Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

FTP Ports in Windows

Status
Not open for further replies.

kovacsa

MIS
Apr 3, 2003
100
0
0
CA
Hello All ...

Is there any way to connect to an FTP server, using a port other than 21 from the command prompt in Windows?

Thanks,

kovacs
 
Type the ip address of the server ":port#".

Example ftp 192.168.1.1:22 to connect to port 22.
 
Actually, with command line FTP, you can't specify a port number from the command line. Instead, just type ftp in the command line to open the FTP client, then type open [address] [port] to connect on a specific port.

eg...

ftp

open 192.168.1.1 22
 
Hello .. thanks for the help ... works like a charm ;)

kovacsa
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top