Jump to content

Recommended Posts

Posted

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!

Posted

  On 10/28/2010 at 8:12 PM, 'autow said:

View _Ftp in help file,you dont need filezilla,if you need help i help you

Good Job

Thanks for the reply, but this doesn't help at all.

Posted

  On 11/10/2010 at 4:30 PM, 'autow said:

use mousemove ()

mouseclick()

I'm talking about specifically integrating with FileZilla, not having to use mousemove and mouseclick and calculate coordinates.

Posted

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.

Posted

  On 11/11/2010 at 2:27 PM, 'ZacUSNYR said:

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.

Posted

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.

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
  • Recently Browsing   0 members

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