Neat FTP trick

OK guys, here’s a cool FTP concept.

There are things that I keep on my FTP server for convenience, like my task list. However, it’s annoying to have to open my FTP program and connect and download or upload everytime. But one of my coworkers told me that it’s easy to have an FTP shortcut on your desktop. Here’s what you do:

  1. Connect to your ftp server through IE by typing ftp://myserver.com
  2. Type in your username and password (saving it is up to you)
  3. Navigate to the directory you want.
  4. If you’re using W2k, you can just drag the icon right next to the address onto the desktop and it will create a shortcut. If you’re using W98, you can add it to your favorites, then drag that shortcut to the desktop.

And voila! you have your handy drop directory set up. Now all you have to do is double click it and drag and drop whatever files you want. I use mine it to shuttle design files, MP3s and important documents back and forth from home and work.

There’s only one catch - the shortcut will use one of the windows you have open, so make sure you don’t close the window. Just press back. You might have to rewrite get your long posting in kirupa, just like it just happened to me :slight_smile:

Hope this is handy to you.
Raf

:thumb:

Im going to try that
:thumb:

Yeah, me too :thumb:

There’s an easier way:

Right click your desktop
Choose New - Link
In the field, type ftp://username:password@host/
There ya go, all done =)

And to open it in a new window, type:

javascript:window.open(‘ftp://username:password@host’)

A second window will open too. Just close that one. Oh, and window might be nagging about the javascript in the link, but just ignore it. There is a way to get rid off the second page … anyone can tell me cuz I can’t remember … it had something to do with void 0 or return or whatever …

javascript:window.open(‘ftp://username:password@host’);void(0);

I believe.

kewl

yeah its cool, but the ie ftp isnt the greatest :frowning: i had forgot about htis, thanks :thumb:

*Originally posted by [m] *
**javascript:window.open(‘ftp://username:password@host’);void(0);

I believe. **

I know, I tried it in a million ways but it just never worked. But who cares :stuck_out_tongue: