no need for download.ftp file - this will create it for you as well as do the ftp (change userid, password and ip address).
::DOWNLOAD
set filename=%date:~6,4%%date:
set filename=%filename: =0%
>download.ftp echo userid
>>download.ftp echo password
>>download.ftp echo binary
>>download.ftp echo get %SenderId%APRF %filename%
>>download.ftp echo quit
ftp -s:download.ftp xxx.xxx.xxx.xxx
exit
Main Topics
Browse All Topics





by: Shift-3Posted on 2009-06-11 at 12:13:30ID: 24605738
You can use a command like this, though the variable letters may have to be adjusted depending on how your system is set to display the time.
Select allOpen in new window