G
Guest
I run ftp.exe from batch file file:
%windir%\system32\ftp.exe -v -n -s:FTP-CMD.txt
after this line I need to erase FTP-CMD.txt ( it contains password), but also I have to move the file I've sent to another local folder after FTP.exe completes.
I know there is a way to execute FTP commands without saving file on harddrive, but I still need to perform other operations upon completing ftp transfer (move file, etc..)
So what are my options? Please advise.
Thank you.
%windir%\system32\ftp.exe -v -n -s:FTP-CMD.txt
after this line I need to erase FTP-CMD.txt ( it contains password), but also I have to move the file I've sent to another local folder after FTP.exe completes.
I know there is a way to execute FTP commands without saving file on harddrive, but I still need to perform other operations upon completing ftp transfer (move file, etc..)
So what are my options? Please advise.
Thank you.