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.
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).