On Thu, Oct 17, 2013 at 1:47 PM, Greg Keogh <[email protected]> wrote: > Chaps, FileZilla or Wireshark! The former I haven't used and I won't learn > anything if works or nor, unless it has some tracing facility. >
You will learn exactly what the problem is. If it works with FileZilla using passive FTP then the problem is your firewall. Windows command-line FTP is active by default. With active FTP the server opens the data connection to you which is blocked unless you have a firewall that does stateful inspection. WIth passive FTP the client opens the data connection and that will work by default in most NAT/firewalls even without stateful inspection. David.
