Permission Denied

Hi, I am having trouble establisihing a connection to a ftp site. SmartFTP appears to connect but throws a permission denied error every time I try to enter a folder on the FTP site. Using the same user id and password I can manually upload / download files from the FTP site using internet explorer. Below is my error log, note that I replaced my user name and folders I connected to with "XXXXXXXXXXXXXX":

[08:48:56] SmartFTP v2.0.997.4
[08:48:56] Resolving host name "ftp.db.com"
[08:48:56] Connecting to 165.250.90.186 Port: 21
[08:48:56] Connected to ftp.db.com.
[08:48:57] USER XXXXXXXXXXX
[08:48:57] 331 Password required for XXXXXXXXXXXXX
[08:48:57] PASS (hidden)
[08:48:58] 230 User XXXXXXXXXXXXX logged in.
[08:48:58] SYST
[08:48:58] 215 UNIX Type: L8
[08:48:58] Detected Server Type: UNIX
[08:48:58] FEAT
[08:48:58] 500 'FEAT': command not understood.
[08:48:58] TYPE I
[08:48:58] 200 Type set to I.
[08:48:58] REST 0
[08:48:58] 502 REST command not implemented.
[08:48:58] PWD
[08:48:58] 257 "XXXXXXXXX" is current directory.
[08:48:58] TYPE A
[08:48:59] 200 Type set to A.
[08:48:59] PASV
[08:48:59] 227 Entering Passive Mode (165,250,90,186,4,90)
[08:48:59] Opening data connection to 165.250.90.186 Port: 1114
[08:48:59] LIST -aL
[08:48:59] 550 Permission denied.
[08:48:59] Automatic failover of data connection mode from "Passive Mode (PASV)" to "Active Mode (PORT)".
[08:48:59] PORT 192,168,93,11,7,84
[08:48:59] 200 PORT command successful.
[08:48:59] LIST -aL
[08:48:59] 550 Permission denied.
[08:49:50] NOOP
[08:49:50] 200 NOOP command successful.

Hi, try to remove -aL at Tools->Settings->Transfer->Directory Listing Options.


Hi, try to remove -aL at Tools->Settings->Transfer->Directory Listing Options.

That did it, thanks so much.