PDA

View Full Version : FTP Active or Passive?


rob_manger
06-15-2004, 03:43 AM
Hi Again All,

This is a slightly more important problem. Is the FTP Action Active or Passive? I am assuming it is Active as my VBP script is unable to upload it to the new server, which only seems to accept passive connections.

If this is the case, is there a way to change it to Passive?

Cheers

Rob
robm@devtest.com

kinook
06-15-2004, 10:52 AM
Active. Here is a test build which adds an option to use passive mode: http://www.kinook.com/Download/VisBuildNet.zip

Close VBP, extract to your VisBuildPro install path, and restart VBP to try it out.

rob_manger
06-15-2004, 09:06 PM
You, my friend, are a legend :D

In tests so far, it seems to work like a charm.

Just one question, are there any other changes in the DLL that I should be aware of?

Cheers

kinook
06-15-2004, 11:01 PM
The only other change is that you can now specify wildcards for filenames (as an alternative to using with the Process Files action). The install has been updated with this patch, and the help also reflects the changes.