R richt Member Licensed User Aug 3, 2011 #1 Hi guys, I'm in the process of migrating my webspace and web applications to a new linux based server that requires an active FTP connection. Is there anyway of specifying this using the FTP desktop library? Kind regards, Rich
Hi guys, I'm in the process of migrating my webspace and web applications to a new linux based server that requires an active FTP connection. Is there anyway of specifying this using the FTP desktop library? Kind regards, Rich
Erel B4X founder Staff member Licensed User Longtime User Aug 3, 2011 #2 You can try the attached library. I removed the PASSIVE flag when opening the connection. Attachments FTPDesktop.zip 5.6 KB · Views: 236
R richt Member Licensed User Aug 3, 2011 #4 That active DLL works perfectly! Just one more cheeky question, is there anyway I can implement both DLLs as they share a key? Is it possible to rename the active DLLs key as ActiveConnection? I could then provide the option of Active or Passive through my program's settings. That said, the Active DLL appears to work both with my previously Passive and my new Active FTP servers so it might not even be an issue. Thanks again for your help. Rich
That active DLL works perfectly! Just one more cheeky question, is there anyway I can implement both DLLs as they share a key? Is it possible to rename the active DLLs key as ActiveConnection? I could then provide the option of Active or Passive through my program's settings. That said, the Active DLL appears to work both with my previously Passive and my new Active FTP servers so it might not even be an issue. Thanks again for your help. Rich
Erel B4X founder Staff member Licensed User Longtime User Aug 4, 2011 #5 If you can't work with active mode only then I will prepare you a new DLL with a different key.