This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Why can't I use FTP????

I am trying to access FTP sites with username password with WS_FTP LE,
Can't seem to operate it with ASL configured in Standard mode.
Any Ideas? I am really at lost,
Please advice.


This thread was automatically locked due to age.
Parents
  • Well this should be added to the manual:

    Active FTP vs. Passive FTP, a Definitive Explanation

    The directional state diagrams are very helpful.

    If the site supports active, it should be easy. Passive is a more popular convention on big FTP sites. Active is an accomodation for consumer firewalls.

    Look for any Drops in the log at the time you are attempting to try it; make sure your rule of last resort is a Any Any Any Deny, Log.

    For Passive, you would have to open up the entire non-well-known  inbound  port range (1025-65535) to the machine you want to FTP from (that's why some people have been kvetching about wanting to see an FTP proxy in Astaro).
Reply
  • Well this should be added to the manual:

    Active FTP vs. Passive FTP, a Definitive Explanation

    The directional state diagrams are very helpful.

    If the site supports active, it should be easy. Passive is a more popular convention on big FTP sites. Active is an accomodation for consumer firewalls.

    Look for any Drops in the log at the time you are attempting to try it; make sure your rule of last resort is a Any Any Any Deny, Log.

    For Passive, you would have to open up the entire non-well-known  inbound  port range (1025-65535) to the machine you want to FTP from (that's why some people have been kvetching about wanting to see an FTP proxy in Astaro).
Children