I cannot connect to my playstation 3 (PS3) using rclone sync over ftp.
Note that I can connect with ftp just fine:
ftp 192.168.0.63
Connected to 192.168.0.63.
220 webMANftpd 1.47.45 MOD [NTFS:0]
Name (192.168.0.63:six):
331 OK
Password:
230 OK
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> status
Connected and logged into 192.168.0.63.
No proxy connection.
Gate ftp: off, server (none), port ftpgate.
Passive mode: on; fallback to active mode: on.
Mode: stream; Type: binary; Form: non-print; Structure: file.
Verbose: on; Bell: off; Prompting: on; Globbing: on.
Store unique: off; Receive unique: off.
Preserve modification times: on.
Case: off; CR stripping: on.
Ntrans: off.
Nmap: off.
Hash mark printing: off; Mark count: 1024; Progress bar: on.
Get transfer rate throttle: off; maximum: 0; increment 1024.
Put transfer rate throttle: off; maximum: 0; increment 1024.
Socket buffer sizes: send 16384, receive 131072.
Use of PORT cmds: on.
Use of EPSV/EPRT cmds for IPv4: on.
Use of EPSV/EPRT cmds for IPv6: on.
Command line editing: on.
Version: tnftp 20210827
Run the command 'rclone version' and share the full output of the command.
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
[PS3]
type = ftp
host = XXX
pass = XXX
### Double check the config for sensitive info before posting publicly
A log from the command that you were trying to run with the -vv flag
<7>DEBUG : rclone: systemd logging support activated
<7>DEBUG : Creating backend with remote "PS3:dev_hdd0/home/00000001/savedata/"
<7>DEBUG : Using config file from "/home/six/.config/rclone/rclone.conf"
<7>DEBUG : ftp://192.168.0.63:21/dev_hdd0/home/00000001/savedata: Connecting to FTP server
<7>DEBUG : ftp://192.168.0.63:21/dev_hdd0/home/00000001/savedata: dial("tcp","192.168.0.63:21")
<7>DEBUG : ftp://192.168.0.63:21/dev_hdd0/home/00000001/savedata: > dial: conn=*fshttp.timeoutConn, err=<nil>
Failed to create file system for "PS3:dev_hdd0/home/00000001/savedata/": 425 Error in data connection
Yes you are correct, I had not realized that. However, I can transfer files with ftp, but it seems that I cannot with rclone, and I'm not sure how I can debug this error message (the documentation, as far as I can tell, doesn't mention the 425 error anywhere).
Is the problem when trying to mount the filesystem? I suppose
No worries, and thanks a lot for confirming that there wasn't an obvious solution lying around. I'll keep investigating and will report if I find anything.