On Mon, Oct 23, 2006 at 06:52:34PM -0500, shreekumar veeramani wrote: > I am trying to connect to a ftp server and I am behind a firewall. my company > opened the firewall port 990 so that i can do SSL. [ FTPS ]. how do i specify > the client to go through 990 in the firewall.
If the server uses implicit ssl mode, use this:
lftp ftps://ftp.example.org:990
(:990 is the default for ftps, so can be omitted)
--
Alexander.
