Hehe.
Thanks
That worked.
I was also doing it this way but it wasnt working because i was using spaces in the filename...
Now is there a way to create a batch file that will log me in to the FTP server, upload a file and then disconnect?
Maybe:
Code:
connect server.com
user UserName
pass PassWord
put blah.txt
disconnect
bye
?