I'd like to delete a file locally on my machine after having transmitted to a server via ftp? For now I do it in ftp command:
The bat file that I run contains:
then a file sndscript.txt in the same root contains:Code:ftp -v -i -n -s:c:\windows\system32\foo\sndscript.txt del /s c:\windows\system32\foo\sndscript.txt
File upload works very well alsoCode:open ftpme.foo.com user foo XXXXXXXX bin quote pasv put c:\foo.jpg ""It was there that I'd like to delete c:\foo.jpg?"" bye
Bookmarks