divided Posted October 28, 2010 Posted October 28, 2010 Hi all, just wondering if AutoIt can integrate with FileZilla. For example, how can I open a saved FTP site, upload, download, disconnect, etc., while running FileZilla? Any help is greatly appreciated. Thanks in advance!
grasshopper3 Posted October 28, 2010 Posted October 28, 2010 I too am interested in if this is possible. I want to be able to get to a sftp site which can't be done by the FTP UDF (that I know of).
autow Posted October 28, 2010 Posted October 28, 2010 View _Ftp in help file,you dont need filezilla,if you need help i help you Good Job
divided Posted November 2, 2010 Author Posted November 2, 2010 View _Ftp in help file,you dont need filezilla,if you need help i help youGood JobThanks for the reply, but this doesn't help at all.
divided Posted November 11, 2010 Author Posted November 11, 2010 use mousemove () mouseclick()I'm talking about specifically integrating with FileZilla, not having to use mousemove and mouseclick and calculate coordinates.
ZacUSNYR Posted November 11, 2010 Posted November 11, 2010 On XP C:\Documents and Settings\Username\Application Data\FileZilla - check out all the XML files. You'll need to parse them so search this forum for reading XML. Then you can use the help file to connect using the _FTP as mentioned above. Or you can do it like this http://wiki.filezilla-project.org/Command-line_arguments_(Client) But the question that was asked of you earlier in the thread is why do you need to keep filezilla in the loop? AutoIt can do everything you need it to do without using an external program for FTP.
divided Posted November 16, 2010 Author Posted November 16, 2010 On XP C:\Documents and Settings\Username\Application Data\FileZilla - check out all the XML files. You'll need to parse them so search this forum for reading XML. Then you can use the help file to connect using the _FTP as mentioned above. Or you can do it like this http://wiki.filezilla-project.org/Command-line_arguments_(Client)But the question that was asked of you earlier in the thread is why do you need to keep filezilla in the loop? AutoIt can do everything you need it to do without using an external program for FTP.I have a bunch of saved sites and I figured it would be easier to just use that data from FileZilla instead of hard-coding it in a autoit script. This would be better for security as well.
ZacUSNYR Posted November 16, 2010 Posted November 16, 2010 You can gather the sites from FileZilla and use the built in FTP functions. That's the ideal way to do it. My only concern is getting the passwords. I haven't looked at those files.
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