1834462 Members
3207 Online
110067 Solutions
New Discussion

FTP server access

 
SOLVED
Go to solution
PRASHANT_4
Occasional Contributor

FTP server access

All,

I am trying login to FTP server, i want to provide user name and and password along with web-site, does someone know how to do it?

Best regards
Prashant
2 REPLIES 2
Graham Cameron_1
Honored Contributor
Solution

Re: FTP server access

Not sure if you can put a password into a URL - this would be very insecure.
To pass a username, use
ftp://myname@host.dom

Full URL description is defined by RFC 1738.
http://www.freesoft.org/CIE/RFC/1738/

-- Graham
Computers make it easier to do a lot of things, but most of the things they make it easier to do don't need to be done.
Thayanidhi
Honored Contributor

Re: FTP server access

Hi

Use the following syntax.

ftp://username:password@/

TT
Attitude (not aptitude) determines altitude.