Jump to content

Ftp source?


Recommended Posts

thanks is there any way to get the downloaded file to save into my documents?

This should work

InetGet ("URL", "PATH/FILENAME")

Ex. InetGet ("http://www.google.com","c:\documents and settings\USERNAME\My Documents\foo.html")

I strongly suggest that you even peek at the help file that comes along AutoIt

Edited by Xythe

I code bots :: Need a bot? :: xythec@gmail.com

Link to comment
Share on other sites

Once again, did you try reading the manual?

InetGet("USER:PASS@ftp://www.autoitscript.com\FILE.EXE", @MyDocumentsDir & "\FILE.exe", 1)

This should work. A little bit of modification from the manual & thats what you get.

Haven't tested it & have no mind to, but it should work with minimal modification.

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...