Yussi Ariefiyono
Transfer to FTP using batch command
there are 2 file you need
1. info of your ftp ( store it in .txt)
in my case i named it info.txt with these code written:
yourusernameyourpasswordbincd yourremotedirectorybye
2. .bat file to connect to ftp and do what you want
in .bat file simply call the info.txt with this code:
ftp -s:log.txt YourFTPAddress
| Print article | This entry was posted by yussi ariefiyono on April 8, 2010 at 8:52 am, and is filed under batch command. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |