I want to be be able access FTP server from web page. How do I create a link
to specific folder ( /public_ftp/user1/) with username and password?

Re: how to create link to FTP site in html? by Murray

Murray
Wed Jul 16 07:03:54 CDT 2008

<a href='ftp://username:userpassword@www.example.com/public_ftp/user1/'...
might work.

--
Murray
MVP Expression Web


"SamLerman" <SamLerman@discussions.microsoft.com> wrote in message
news:9F3569C4-3768-4591-AE91-9B9A4502248B@microsoft.com...
>I want to be be able access FTP server from web page. How do I create a
>link
> to specific folder ( /public_ftp/user1/) with username and password?


Re: how to create link to FTP site in html? by SamLerman

SamLerman
Wed Jul 16 13:45:01 CDT 2008

Thank you for response
It is not exactly what I wanted. My goal is to create a link to FTP server,
clicking on the link will open pop-up to ask for username and password. Who
knows-will enter to the FTP, without using FTP client.

Thank you

Sam

"Murray" wrote:

> <a href='ftp://username:userpassword@www.example.com/public_ftp/user1/'...
> might work.
>
> --
> Murray
> MVP Expression Web
>
>
> "SamLerman" <SamLerman@discussions.microsoft.com> wrote in message
> news:9F3569C4-3768-4591-AE91-9B9A4502248B@microsoft.com...
> >I want to be be able access FTP server from web page. How do I create a
> >link
> > to specific folder ( /public_ftp/user1/) with username and password?
>