Amiga.org

Operating System Specific Discussions => Amiga OS => Amiga OS -- Application questions and support => Topic started by: Firestone on November 22, 2014, 01:38:30 PM

Title: Dopus5 ftp.module compatibility issues?
Post by: Firestone on November 22, 2014, 01:38:30 PM
Anyone here have some experience with the FTP-module in Dopus5?
I got 5.82 installed on my A1200, and the FTP-module in Dopus have always worked for me.
I haven't used it for years now, but suddenly it hangs on "Reading Directory /" an nothing more happens.

Tried to upgrade to the newest open source versions of Dopus5, but same thing happens. Sometimes I get "Querying for FTP server type" or something like that in the newer version, but can't get a listing of the directory on the FTP-server.

Have tried different servers both on OS X and on my Linux server, but the same thing happens.

Tried AmiTraceCenter, and everything there works fine. Sadly it's more convinient to use Dopus as I do all my work there :)

Tried several other old FTP-clients for the Amiga too, and some of them are failing too.
Did something happen to the FTP-standards that prevent these old clients to get a connection?
Title: Re: Dopus5 ftp.module compatibility issues?
Post by: paolone on November 22, 2014, 05:56:32 PM
Server on the other side may have switched to passive transfer mode. Do the same in advanced options of your address book.
Title: Re: Dopus5 ftp.module compatibility issues?
Post by: pVC on November 22, 2014, 06:13:52 PM
Yeah, sounds like passive mode issue. It's all about your and server's firewall rules. In active mode (which might be the default in certain ftp clients) data connections (directory listings, file transfers) are made from server to client.. it means client must have data ports open and not blocked by firewall etc. In most cases you don't have them open nowadays when you're behind  routers etc.

With passive mode it's up to server to have everything needed open and client settings don't affect. It's usually made this way nowadays. So, check your client options and enable passive mode from it. All clients should have this switch in a way or another.

In DopusFTP it's found from ftp site's custom options, in miscellaneous page. DopusFTP should work just fine nowadays too, I'm using it regularly still (the original 5.82).
Title: Re: Dopus5 ftp.module compatibility issues?
Post by: Ancalimon on November 22, 2014, 06:14:45 PM
There is the 5.90 version which is still getting updates (currently at 5.91 beta). Maybe try it to see if anything changes. As far as I know ftp module had some bugs fixed.

http://dopus5.org/
Title: Re: Dopus5 ftp.module compatibility issues?
Post by: Firestone on November 22, 2014, 06:51:59 PM
Ahh.... perfect you two guys!

Enabled passive transfer in Dopus-FTP and it all worked like a charm :)
Thanks a lot!

There aren't any SFTP-clients out there for m68k Amigas by the way? :)