mc/lib/vfs
Yury V. Zaytsev ada1848268 Fixed passive FTP connection logic
In current implementation few issues were fixed making passive
connection scheme more reliable:

    * If it's IPV4, try PASV first, as some servers and ALGs get
      confused by EPSV, and only then EPSV as a fallback

    * When trying PASV or EPSV, actually try to connect to the provided
      port and if the connection fails, still try the next method

    * PASV and EPSV response parsing code was factored out in separate
      routines for clarity

Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
2010-09-15 13:49:02 +02:00
..
mc-vfs Fixed passive FTP connection logic 2010-09-15 13:49:02 +02:00
Makefile.am Moved dir $(srcdir)/vfs into $(srcdir)/lib/vfs/mc-vfs 2010-01-26 10:30:21 +02:00