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?
22 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- Start Menu->Computer
- On the left pane: right-click computer-> add network location
- Follow the wizard and type in your ftp location (ftp://yourusername:)
- Right click the network location and send to your desktop as shortcut.