How to open ftp link from website in Windows Explorer?

So, i have link on ftp in my page. When user click on this link he's relocate on ftp which open in browser. Is it possible to create behavior such as opening ftp links in Windows Explorer?

2

2 Answers

You could script it via a batch file and the command line FTP client, but you will need a client. Regular windows explorer doesn't have a way to connect to an FTP site by itself.

1
  1. Start Menu->Computer
  2. On the left pane: right-click computer-> add network location
  3. Follow the wizard and type in your ftp location (ftp://yourusername:)
  4. Right click the network location and send to your desktop as shortcut.
3

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like