Ok I am going bonkers trying to figure out why this is not working.
Basically my batch script will upload 1 file and a 2nd with 0kb. I've tried uploading to differnt servers but still the same thing. Here is my script
f.bat
cd C:\
FTP -i -s:C:\test\f.txt
f.txt
open 50.XX.XXX.XX
username
password
lcd C:\test\z
cd /entries
binary
mput *.jpg
disconnect
bye
I'd like this to keep uploading all the jpg files in the z folder