Are you sure it’s a new folder? If “Test connection” button makes a folder, why didn’t it make /A/B/Cwrong?
I’d note that there are some unstated steps in both tests, but I’m assuming you pressed “Test connection”.
Does the first slash (/A) correspond to an actual path in remote filesystem? Some servers keep the user confined to a configured subfolder. For example, I have mine set up to give C:\FTP, and no other tree, but
and Test connection
button does this on the server (does yours have logging?), with no folder created.
(000024)6/23/2021 13:10:29 PM - (not logged in) (127.0.0.1)> Connected on port 21, sending welcome message...
(000024)6/23/2021 13:10:29 PM - (not logged in) (127.0.0.1)> 220-FileZilla Server 0.9.60 beta
(000024)6/23/2021 13:10:29 PM - (not logged in) (127.0.0.1)> 220-written by Tim Kosse (tim.kosse@filezilla-project.org)
(000024)6/23/2021 13:10:29 PM - (not logged in) (127.0.0.1)> 220 Please visit https://filezilla-project.org/
(000024)6/23/2021 13:10:29 PM - (not logged in) (127.0.0.1)> USER duplicati
(000024)6/23/2021 13:10:29 PM - (not logged in) (127.0.0.1)> 331 Password required for duplicati
(000024)6/23/2021 13:10:29 PM - (not logged in) (127.0.0.1)> PASS ********
(000024)6/23/2021 13:10:29 PM - duplicati (127.0.0.1)> 230 Logged on
(000024)6/23/2021 13:10:29 PM - duplicati (127.0.0.1)> OPTS utf8 on
(000024)6/23/2021 13:10:29 PM - duplicati (127.0.0.1)> 202 UTF8 mode is always enabled. No need to send this command.
(000024)6/23/2021 13:10:29 PM - duplicati (127.0.0.1)> PWD
(000024)6/23/2021 13:10:29 PM - duplicati (127.0.0.1)> 257 "/" is current directory.
(000024)6/23/2021 13:10:29 PM - duplicati (127.0.0.1)> CWD Cwrong
(000024)6/23/2021 13:10:29 PM - duplicati (127.0.0.1)> 550 CWD failed. "/Cwrong": directory not found.
(000024)6/23/2021 13:10:29 PM - duplicati (127.0.0.1)> disconnected.
If I Test connection
with Dwrong (which I created in advance as an empty folder), the result is like this:
(000025)6/23/2021 13:14:04 PM - (not logged in) (127.0.0.1)> Connected on port 21, sending welcome message...
(000025)6/23/2021 13:14:04 PM - (not logged in) (127.0.0.1)> 220-FileZilla Server 0.9.60 beta
(000025)6/23/2021 13:14:04 PM - (not logged in) (127.0.0.1)> 220-written by Tim Kosse (tim.kosse@filezilla-project.org)
(000025)6/23/2021 13:14:04 PM - (not logged in) (127.0.0.1)> 220 Please visit https://filezilla-project.org/
(000025)6/23/2021 13:14:04 PM - (not logged in) (127.0.0.1)> USER duplicati
(000025)6/23/2021 13:14:04 PM - (not logged in) (127.0.0.1)> 331 Password required for duplicati
(000025)6/23/2021 13:14:04 PM - (not logged in) (127.0.0.1)> PASS ********
(000025)6/23/2021 13:14:04 PM - duplicati (127.0.0.1)> 230 Logged on
(000025)6/23/2021 13:14:04 PM - duplicati (127.0.0.1)> OPTS utf8 on
(000025)6/23/2021 13:14:04 PM - duplicati (127.0.0.1)> 202 UTF8 mode is always enabled. No need to send this command.
(000025)6/23/2021 13:14:04 PM - duplicati (127.0.0.1)> PWD
(000025)6/23/2021 13:14:04 PM - duplicati (127.0.0.1)> 257 "/" is current directory.
(000025)6/23/2021 13:14:04 PM - duplicati (127.0.0.1)> CWD Dwrong
(000025)6/23/2021 13:14:04 PM - duplicati (127.0.0.1)> 250 CWD successful. "/Dwrong" is current directory.
(000025)6/23/2021 13:14:04 PM - duplicati (127.0.0.1)> TYPE A
(000025)6/23/2021 13:14:04 PM - duplicati (127.0.0.1)> 200 Type set to A
(000025)6/23/2021 13:14:04 PM - duplicati (127.0.0.1)> PASV
(000025)6/23/2021 13:14:04 PM - duplicati (127.0.0.1)> 227 Entering Passive Mode (127,0,0,1,213,141)
(000025)6/23/2021 13:14:04 PM - duplicati (127.0.0.1)> LIST
(000025)6/23/2021 13:14:04 PM - duplicati (127.0.0.1)> 150 Opening data channel for directory listing of "/Dwrong"
(000025)6/23/2021 13:14:04 PM - duplicati (127.0.0.1)> 226 Successfully transferred "/Dwrong"
(000025)6/23/2021 13:14:04 PM - duplicati (127.0.0.1)> QUIT
(000025)6/23/2021 13:14:04 PM - duplicati (127.0.0.1)> 221 Goodbye
(000025)6/23/2021 13:14:04 PM - duplicati (127.0.0.1)> disconnected.
however using the Next
button and the Connect
button gets error because I didn’t put any files in Dwrong.
If I try the same Next
and Connect
with Cwrong
(which isn’t there because nothing made it), it fails with:
Above testing was with Storage Type FTP
, although I did try FTP (Alternative)
too. It seemed fine too.
What FTP server are you on? If you want one with logging that runs on Windows, Filezilla Server works.