I understood what the problem was (it was completely unrelated to password protection). The root directory for the FTP account I used was actually a subdirectory inside another directory. The directory I was trying to access was:
www.example.com/example1/abc/
But the highest directory on which the FTP account was installed was:
www.example.com/example1/
So, I pointed out / example 1 / abc as the directory to download the file, where it should simply have been / abc /, since it refers to the root directory of the FTP account, and not to the root of the entire domain. This way, I authenticated correctly, but since I was specifying the wrong relative directory, error code 553 was returned.
Newbie mistake.;)
Alec Baldwin's Bald Twin
source share