Same difference - you have a connectivity issue, and we just need to work through where it's breaking.
Are you trying to access the FTP site through your NAT router? Yes/No Are you trying to access the FTP site directly across your LAN? Yes/No Are you trying to use active or passive? Cheers Ken From: [email protected] [mailto:[email protected]] On Behalf Of Greg Keogh Sent: Wednesday, 12 March 2014 4:49 PM To: ozDotNet Subject: Re: [OT] FTP diagnosis Didn't we go through all of these in October last year? No, it was all reversed back then. An app was trying to talk to the outside world, and it turned out the author of the C++ code was not familiar with PASV and once he flipped that on in code everything worked. I wasted days on testing with ftp.exe<ftp://ftp.exe> not realising that it didn't support PASV mode. Today I just want to get a vanilla IIS FTP site working. Greg K
