WhiteAvenger Posted September 11, 2008 Posted September 11, 2008 Hi, I want AutoIt to upload certain files onto an FTP server. I couldn't find anything on how to do that, can anyone explain it to me? The FTP server needs a login and password, both of which I have. Thanks --WhiteAvenger
Yargo Posted September 11, 2008 Posted September 11, 2008 Hi,I want AutoIt to upload certain files onto an FTP server. I couldn't find anything on how to do that, can anyone explain it to me?The FTP server needs a login and password, both of which I have.Thanks--WhiteAvengercreate a batch file which holds the information.Run it with "ftp -n -s<file name>"you may consider to delete the file after the upload ...Hope it helped,Yargo
WhiteAvenger Posted September 11, 2008 Author Posted September 11, 2008 create a batch file which holds the information.Run it with "ftp -n -s<file name>"you may consider to delete the file after the upload ...Hope it helped,YargoTook me a while, and -n is no good when I have to input a user name & password, but in the end, it worked. Thanks, great!
cyanidemonkey Posted September 11, 2008 Posted September 11, 2008 FTP.au3 ???http://www.autoitscript.com/forum/index.ph...&hl=FTP.au3 My AutoIt Scripts.- AutoHost and Password Enabler for Delta Force 2 Demo.| Caffine for Winamp 2.9x and WRS 2.0 | mp3 directory cleaner | CRAP DJ | A:B:J Radio Automation Software | FFMPEG batch conversion automator
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now