FTP access to ATEM Mini Iso failed

My HDMI switcher is recording video files in a portable Extreme Pro SSD.
My Goal is to coyp thes files with ftp to a Synology NAS.
That is solved with cyberduck, and I am wondering which parameter to use in Opus.
When entering with
FTP-Host: 192.168.178.240
Verbindung: Standard Connection
Port: 21
checked: Passiv-Modus (PASV) verwenden
checked: Anonymer Zugang
.....
I get
Geöffnet wird Verbindung 192.168.178.240:21
220 Hello, Blackmagic FTP Server
331 User name okay, need password.
230 User logged in, proceed.
215 UNIX Type: L8 Version: 1
211-Features supported
MDTM
SIZE
UTF8
REST STREAM
211 END
200 Command okay.
200 Command successful.
257 "/"
227 Entering Passive Mode (192,168,178,240,230,221).
504 Command not implemented for that parameter.
Verbindung geschlossen
...........
When I get ftp access with cyberduck the protokoll is:
220 Hello, Blackmagic FTP Server
USER anonymous
331 User name okay, need password.
PASS **********************
230 User logged in, proceed.
FEAT
211-Features supported
MDTM
SIZE
UTF8
REST STREAM
211 END
SYST
215 UNIX Type: L8 Version: 1
PWD
257 "/"
STAT /
213-Status follows:
drwxrwxrwx 3 root root 0 Jan 1 1970 Extreme Pro
213 End of status
..............
When I uncheck PAssive Mode I get:
Geöffnet wird Verbindung 192.168.178.240:21
220 Hello, Blackmagic FTP Server
331 User name okay, need password.
230 User logged in, proceed.
215 UNIX Type: L8 Version: 1
211-Features supported
MDTM
SIZE
UTF8
REST STREAM
211 END
200 Command okay.
200 Command successful.
257 "/"
250 directory changed to /Extreme Pro
257 "/Extreme Pro"
200 PORT command successful.
504 Command not implemented for that parameter.
Verbindung geschlossen
..................
How can I set Opus to act as Cyberduck?
Thanks, Willy

Try turning off Misc / Server Commands / Use MLST for the site.

Turning on Display / Log / Enable Debug may also reveal some extra detail.

thats the log:
250 directory changed to /
257 "/"
227 Entering Passive Mode (192,168,178,240,220,12).
504 Command not implemented for that parameter.
FD_CLOSE - WSAECONNABORTED: Software caused connection abort
................
I have:

  • unchecked: Misc / Server Commands / Use MLST for the site.
  • checked : Display / Log / Enable Debug
    The ATE ii Extreme iso is recordig video files to a SSD and is inside my local network.
    So its a very basic ftp server.
    Willy

Looks like the FTP server doesn't understand the command being used to request a directory listing.

Try turning on Use custom LIST command (under the MLST option) and set it to just LIST. If that doesn't work, DIR may also be worth a try.

Its working with your suggestion.
Thanks, Willy

1 Like