Jump to content

Upload via FTP


Recommended Posts

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

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,

Yargo

Link to comment
Share on other sites

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,

Yargo

Took 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!

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...