Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Networking (https://www.askmehelpdesk.com/forumdisplay.php?f=76)
-   -   Setup FTP (https://www.askmehelpdesk.com/showthread.php?t=159883)

  • Dec 6, 2007, 06:37 AM
    benn11
    Setup FTP
    How do you setup a PC to receive files from an FTP server? I guess making a PC an FTP client?
  • Dec 6, 2007, 08:30 AM
    KISS
    Typing ftp://<url> in your browser should work.

    For anonymous FTP, the user name is ftp or anonymous and your email address should be the password.
  • Dec 6, 2007, 08:40 AM
    retsoksirhc
    Quote:

    Originally Posted by KeepItSimpleStupid
    typing ftp://<url> in your browser should work.

    For anonymous FTP, the user name is ftp or anonymous and your email address should be the password.

    If you have problems connecting to the server, or getting files, with Internet Explorer or Firefox, you can also use Filezilla! which is a free FTP client. It works pretty well, it's when I use when Fitrefox and IE don't work, and when I need to transfer lots of files.

    FileZilla - The free FTP solution
  • Dec 7, 2007, 05:32 AM
    benn11
    Let me again revise my question, how do you setup a PC to receive a file from a server? I don't want to login the server to retrieve files but for the PC to receive files unattended.
  • Dec 7, 2007, 07:55 AM
    retsoksirhc
    If you want to put files on the PC without any user intervention, you need to either have an FTP server set up on the PC, which you can connect to and upload files from the other computer, or set up an FTP server on the other computer and have a script that automatically downloads the file set up on the PC (if you look at my previous post, you can do this with the command line FTP client, and a file that contains a lit of commands).
  • Dec 12, 2007, 12:52 AM
    benn11
    I really don't know how to say this, but can you start a service"FTP" on windows to receive files from other platform? Without use of commands to retrieve files from the sender?
  • Dec 12, 2007, 06:29 AM
    retsoksirhc
    You can install an FTP server on windows, but you have to use an FTP client to upload files to it, and if you want that to be automated, you have to use a script.
  • Dec 12, 2007, 07:25 AM
    ScottGem
    Trying to put this in a nutshell, you need to use an FTP client that can be automated. I don't know offhand of any that allow scripting, but there may be some out there.
  • Dec 12, 2007, 07:53 AM
    KISS
    Usually someone on some side has to intervene.

    You running a server and them sending or they run a server and you sending.
    FTP is difficult to get working in home networks because of how FTP is implemented. Passive mode generally has to be used.

    Scp or secure copy only uses one port and it's not as temperamental.

  • All times are GMT -7. The time now is 12:11 PM.