Guest Kirrin Jones Posted November 14, 2007 Posted November 14, 2007 I have been having this error for a few weeks now. ====================== Status: Connecting to ftp.server.com ... Status: Connected with ftp.server.com. Waiting for welcome message... Response: 220-Microsoft FTP Service Command: USER anonymous Response: 331 Anonymous access allowed, send identity (e-mail name) as password. Command: PASS ******* Response: 230-Please note that this site is for official corporate use only and that all transactions are monitored and logged. Response: 230 Anonymous user logged in. Command: SYST Response: 215 Windows_NT Command: FEAT Response: 211-FEAT Response: SIZE Response: MDTM Response: 211 END Status: Connected Status: Retrieving directory listing... Command: PWD Response: 257 "/" is current directory. Command: TYPE A Response: 200 Type set to A. Command: PASV Response: 227 Entering Passive Mode (120,108,11,38,12,217). Command: LIST Response: 425 Can't open data connection. Error: Could not retrieve directory listing Command: TYPE A Response: 200 Type set to A. ============================= Now I have checked the security on the IIS and the folder itself and anonymous is allowed and ready. I have checked the firewall/router and ports 20/21 are open and pointing to the required server but still can't get the directory listing. Any help? Thanks!
Guest Kirrin Jones Posted November 14, 2007 Posted November 14, 2007 Re: FTP Access Thanks to a Mr. Hensley who told me that I should just remove the PASV option from my FTP client and I would be good. Kirrin Jones wrote: > I have been having this error for a few weeks now. > > ====================== > Status: Connecting to ftp.server.com ... > Status: Connected with ftp.server.com. Waiting for welcome message... > Response: 220-Microsoft FTP Service > Command: USER anonymous > Response: 331 Anonymous access allowed, send identity (e-mail name) > as password. > Command: PASS ******* > Response: 230-Please note that this site is for official corporate > use only and that all transactions are monitored and logged. > Response: 230 Anonymous user logged in. > Command: SYST > Response: 215 Windows_NT > Command: FEAT > Response: 211-FEAT > Response: SIZE > Response: MDTM > Response: 211 END > Status: Connected > Status: Retrieving directory listing... > Command: PWD > Response: 257 "/" is current directory. > Command: TYPE A > Response: 200 Type set to A. > Command: PASV > Response: 227 Entering Passive Mode (120,108,11,38,12,217). > Command: LIST > Response: 425 Can't open data connection. > Error: Could not retrieve directory listing > Command: TYPE A > Response: 200 Type set to A. > ============================= > > Now I have checked the security on the IIS and the folder itself and > anonymous is allowed and ready. I have checked the firewall/router and > ports 20/21 are open and pointing to the required server but still can't > get the directory listing. > > Any help? > > Thanks!
Recommended Posts