FTP help

Rezzin

Member
Dec 17, 2000
44
0
0
I was wondering.. is it possible to set the port when connecting to an ftp site from DOS (suppose no installed ftp client). Also, is it possible to access an ftp site with a specific port through a browser? (ftp://username:username@ftp.ftp.com) Any help would be greatly appreciated!!!

 

Ladi

Platinum Member
Apr 21, 2000
2,084
0
0
In DOS:
c:\ftp
ftp> open <IP or domain name> <port number>


Through IE (or other browsers):
ftp://username:password@<IP or domain name>:<port number>

~Ladi