Are there FTP logs to debug failures?

The ftp screen above is the place that I have configured FTP. I do not have it configured elsewhere. If there is another place to try it please let me know where that is - I can’t find it. :slight_smile:

regarding active/passive - default appears to be active mode. I’m fairly sure that putting an ftp server into passive mode is a function of the client if it needs that mode…

grahamk@linux:/var/log$ ftp 90.0.0.41
Connected to 90.0.0.41.
220 idledale ftp
Name (90.0.0.41:grahamk): grahamk
331 Password required for grahamk
Password:
230 User grahamk logged in
ftp> quote PASV
215 UNIX Type: L8
ftp> quote PASV
227 Entering Passive Mode (90,0,0,41,216,32).
ftp>

It does appear though that you are trying to use a URL and not logging into the server interactively, I don’t have a lot of experience trying to use that method.