Toppy Posted July 14, 2004 Share Posted July 14, 2004 Hi, Is it possible to add FTP functionality in AutoIt3 ? Just as a sidenote : Automate (NOT FREE) does have the option to log in/out FTP servers, anonymously or with name/pw, and browse through the dirtrees there, to fetch file for dl. Would that be possible in the near future using AutoIt ? TIA! Link to comment Share on other sites More sharing options...
pekster Posted July 14, 2004 Share Posted July 14, 2004 If you need to browse, upload, or download files via FTP why not use the command interperter? If you want an FTP client, check out FileZilla. I've written a script before myself that used a text file full of ftp commands, and then called ftp -n -s:file.txt to do the transfer. [font="Optima"]"Standing in the rain, twisted and insane, we are holding onto nothing.Feeling every breath, holding no regrets, we're still looking out for something."[/font]Note: my projects are off-line until I can spend more time to make them compatable with syntax changes. Link to comment Share on other sites More sharing options...
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