FTP Connect - support extended passive mode

We have recently had a problem with a supplier’s FTP site (ProFTPD) where it has stopped working with passive mode FTP connections. However, after some investigation, it appears to work with extended passive mode connections.
Would it be possible to either:

  1. Automatically attempt a connection as extended passive, then if that fails try passive then if that fails try active?

  2. Re-connect using the same connection name but in another mode.

Thanks.

We have added EPSV/EPRT support to the FTP Connect action. Looking at the client library code, it looks like it will fall back to passive if EPSV fails. EPRT is used with active (ie passive off) mode.

http://downloads.finalbuilder.com/downloads/automise/500/AT500_1137.exe

I tested this with Filezilla server which does support EPSV and the logs show it working well.