Answer by StealthOne for How to resolve FTP Error “Failed to retrieve...
the 2nd post in this thread helped me:Cannot list directory on IIS FTP Passivei ran this from the commandline:netsh advfirewall set global StatefulFtp enablenet stop ftpsvcnet start ftpsvc
View ArticleAnswer by vandsh for How to resolve FTP Error “Failed to retrieve directory...
Ran into the same exact issue and after setting up FTP Firewall Support in IIS to match my external IP, still had the issue. As a last step, I went to edit the actual FTP rule in the Windows Firewall...
View ArticleAnswer by ViteXikora for How to resolve FTP Error “Failed to retrieve...
For me, restart did not help, but disabling passive mode did.
View ArticleAnswer by Jake Anderson for How to resolve FTP Error “Failed to retrieve...
I had this issue as well, and it was related to the data ports being selected by IIS. I set it up to use a specific port range but when my client tried to use passive mode it showed that it was using...
View ArticleAnswer by Faiz for How to resolve FTP Error “Failed to retrieve directory...
Here is a solution from Microsoft.http://www.iis.net/configreference/system.applicationhost/sites/sitedefaults/ftpserver/directorybrowseInstalling the FTP Extensibility feature and enabling listing...
View ArticleAnswer by Alexandre Marcondes for How to resolve FTP Error “Failed to...
I had the same error on Windows 2008 Server and had to allow everything (Passive ports) on both my firewall and on Windows Firewall (Public Profile) and had to upgrade from IIS 6.0 FTP to IIS 7.5 FTP.
View ArticleAnswer by BewareQQ for How to resolve FTP Error “Failed to retrieve directory...
I had same problem, but I've got a solution.Check your location path ftp directory and add user everyone with full access for this folder.
View ArticleAnswer by LazyOne for How to resolve FTP Error “Failed to retrieve directory...
Sounds like Firewall configuration issue. Please have a look at this article (if you have not done it already): http://learn.iis.net/page.aspx/309/configuring-ftp-firewall-settings/
View ArticleHow to resolve FTP Error “Failed to retrieve directory listing” for...
Using my administrator account, I FTP connected to my IIS 7.5 FTP Site with FileZilla. I was able to successfully upload a file, but I keep getting a "Failed to retrieve directory listing" in...
View Article