How to open ftp link from website in Windows Explorer?

6,884

Solution 1

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.

Solution 2

  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:[email protected])
  4. Right click the network location and send to your desktop as shortcut.
Share:
6,884

Related videos on Youtube

Ishikawa Yoshi
Author by

Ishikawa Yoshi

java developer python fanatic C/C++ beginer

Updated on September 18, 2022

Comments

  • Ishikawa Yoshi
    Ishikawa Yoshi almost 2 years

    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?

  • Ishikawa Yoshi
    Ishikawa Yoshi about 12 years
    in other words browser can't redirect you to ftp in windows explorer by default. Ok.
  • Ishikawa Yoshi
    Ishikawa Yoshi about 12 years
    thnx for advice but my question not about this method.
  • Ishikawa Yoshi
    Ishikawa Yoshi about 12 years
    no problem) thank you. it looks like that it's impossible)