|
oasis
|
Some people on this forum have asked about java ftp clients, and I just thought the following info might come in handy. You can use your browser, Internet Explorer as your ftp client. Let's say the host ftp server is myftp.com: Open Internet Explorer In the address bar, type ftp://myftp.comA dialog window will popup asking for username and password. Type them in. If you don't want to enter the password all the time, check save password Click Log on Once you're logged in, you can now browse, the same way you would with Windows Explorer. You can even drag and drop files back and forth. ------------------------------------ Note: You can also put the authentication info in the url as follows: ftp://username:password@myftp.comJust replace username, password, and myftp.com with the proper values. Caution: only use this method on a private computer, because it's cached in Internet Explorer.
|
|
|
|
|
|
Seun (m)
|
Hello oasis,
Thanks for this tip.
Seun.
|
|
|
|
|
|
Farriel (m)
|
Yeah, thanks. I'd known about it, but muchas gracias for being thoughtful enough to post here.
|
|
|
|
|
|
dejiolowe (m)
|
ftp in explorer is crappy. try bestftp 2000
|
|
|
|
|
|
|
|
Farriel (m)
|
Yeah, we all know FTP in IE is crappy, but to the folks who have got lousy connections and can't download any of the FTP clients, using the aforementioned method would come in handy, or don't you think?
|
|
|
|
|
|
demmy (m)
|
Even better they can use WebDAV
|
|
|
|
|
|
oasis
|
This thread is in response to a request for a java ftp client, i.e. no special installation required.
There is no shortage of ftp client implementation. But if you're looking for a no-fuss client that requires no installation on your computer, or a special setup on the server (webDAV), then Internet Explorer is the answer. Most computers have it already.
|
|
|
|
|
|
dejiolowe (m)
|
you can also try net2ftp.com free online ftp using your browser.
|
|
|
|
|
|
oasis
|
you can also try net2ftp.com free online ftp using your browser Does this reveal your login info to the website.
|
|
|
|
|
|
thelastdon (m)
|
yeah, I would like to know, does it reveal your login info to the website?
|
|
|
|
|
|
dejiolowe (m)
|
i dont understand
|
|
|
|
|
|
ijebu (m)
|
web2ftp.com too is a good free online ftp using your browser. yeah, I would like to know, does it reveal your login info to the website?
You must put your login info to use any ftp software, the question is if the online software will be harvesting/storing this information is another thing.
|
|
|
|
|
|
dejiolowe (m)
|
ok, i get u now.
|
|
|
|
|
|
niyyie (m)
|
Functionalities with using IE as FTP client are very limited.
|
|
|
|
|
|
|
|
sbucareer (f)
|
Unfortunately many commercial web host company do not use this unsecured method of communication to their server. You could use it behind a proxy network if your administrator allows port 21 which, uses stateless protocol like http, https, ftp, gopher, mail, mms etc.
Many host comapny enforces stronger access like SSH (Secure Shell), Rlogin etc. Like you rightly said MS caches all your communication with the remote server to facilitate the problems of stateless protocol ie (cookies). Hence, someone would still be able to see all your downloaded remote files.
Use this method ONLY on a private machine. To work remotely used a software with ASCII (American Standard Code for Information Interchange) and binary protocol for transmitting your files.
Don't get me wrong, your post is resourcefull and elegantly useful just to highlight some issues using internet explorer as a ftp client, not very clever.
|
|
|
|
|
|