On Tue, Jul 08, 2003 at 07:06:55AM -0500, Jammie Hall wrote:
> That did not appear to help. I connect on port 20021 and the data transmit is
> suppose to be on a range 21000-21400. however, it appears that in the connecting
> after I type 'put' and hit enter that it is trying on port 21. Hmm!
>
> Where are you finding these commands at?
To connect to a non-default port number use:
open ftp.server.net:20021
or:
open -p 20021 ftp.server.net
or:
open ftp://ftp.server.net:20021
You can specify open arguments on lftp command line too:
lftp -p 20021 ftp.server.net
--
Alexander.