"Failed to retrieve directory listing" using SFTP

Report bugs or issues with Core FTP Server here
Post Reply
josephconklin
Posts: 1
Joined: Wed Mar 12, 2014 7:46 pm

"Failed to retrieve directory listing" using SFTP

Post by josephconklin »

I'm able to log on successfully on port 21. Below is the output. I have the user assigned to a group, and the group has all permissions set to the folder I want to use. It is a 2012 R2 Server with Active Directory, and the Everyone group has Full Control at this point. Still no luck. Any direction would be appreciated.

Response: 230-Logged on
Response: 230
Status: Server does not support non-ASCII characters.
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is current directory
Command: TYPE I
Response: 200 MODE set to I
Command: PASV
Response: 227 Entering Passive Mode (xx,xx,xx,xx,255,135). [xx=external ip]
Command: LIST
Response: 150 Opening ASCII mode data connection
Error: Connection timed out
Error: Failed to retrieve directory listing
Post Reply