FTP

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

how do i config a link in FP to access a ftp site? i.e my ow

also adding a username and password automatically when user clicks on ftp link
 
Just make a normal link using ftp:// instead of http://. You can prefix this
URL to use your username and password by adding ftp://username:password@ to
the beginning such as: ftp://username:p[email protected]

You'll want to be very careful because anyone will be able to access your
FTP site with this. If this account has other rights, such as administrative
to your web site/server/etc. then you definitely don't want to embed this
info in a link.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage
 
Back
Top