FTP batch script
First create a file: c: /batch.ftp, the content is as follows:
Blue is the command line section, black is filled in according to the actual situation, // is comment later, actually go to the actual operation
Open127.0.0.1
// Connected website
Userapple
//user name
apple
//password
Promptlcd K: / AppleMget Pic
// ftp command
BYE
//drop out
Then run under the command line CMD:
ftp.exe -n -s: c: /batch.ftp