FTP?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

how do i set up an FTP with a remote computer over the internet? Any help will be much appreciated. Thank you.
 
Benjamin said:
how do i set up an FTP with a remote computer over the internet? Any help will be much appreciated. Thank you.

FTP requires the cooperation of two computers. The computer with the
files must run a FTP server program, and the computer that wants to
remotely access those files must run a FTP client program. There is
no way for a FTP client (using only FTP) to remotely force some other
computer to run a FTP server program; you'll need access to that other
computer to do that.

FTP client programs are cheap or, in some cases, free. FTP server
programs tend to be more costly.
 
how do i set up an FTP with a remote computer over the internet? Any
help will be much appreciated. Thank you.

Assuming you're not talking about running an FTP server yourself, you
simply need to get an FTP client and point it to an FTP server. Internet
Explorer can handle FTP but a dedicated FTP client is much faster in my
experience.

If the space on the server doesn't belong to you, you'll only be access it
in a read-only fashion. If you're talking about uploading stuff to your
personal webspace provided by your ISP, you'll need to point your FTP
client to your ISP's FTP server and log in using your account's login and
password.

For an excellent and free FTP client, take a look at Filezilla:

http://sourceforge.net/projects/filezilla/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top