FTP script

Windows 95 and 98 contains a built in ftp client, so you need no more software to automate fpt if you are running one of these operating systems.

Comments are in red, use and abuse this script if you want to do something similar! Let me know how you get on.

open ftp.btinternet.com open the ftp server
xxxxxxxx put your userID here
xxxxxxxxx put your password here
binary
hash
cd cam change to the correct directory on the ftp server
send c:\windows\desktop\securi~1\camxxxx1.jpg upload the new photos
send c:\windows\desktop\securi~1\camxxxx2.jpg
send c:\windows\desktop\securi~1\camxxxx3.jpg
send c:\windows\desktop\securi~1\camxxxx4.jpg
close let FTP server know you have finished
quit let the ftp client know you have finished

BACK