Re: using port number in scripting
@arwind: Do you mean that it does not work, when you need to specify port number in script? What protocol is the server using?
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
option batch on
option confirm off
open abcd:abcdefg@202.66.66.1:5550
cd /usr/local/
option transfer binary
lcd c:\
get *
close
exit