Sever to Server FTP

Discussion in 'Site & Server Administration' started by bloard, May 19, 2008.

  1. #1
    I'm sure this is the most basic of questions, but how do I do a sever to server FTP? I have a huge data file on a company's server that I download daily. I want to move a copy daily to my shared host account. I have been downloading the huge file to my local machine, then uploading to the shared host. There has to be an easier way. What is it?

    Thanks
     
    bloard, May 19, 2008 IP
  2. alemcherry

    alemcherry Guest

    Best Answers:
    0
    #2
    Obviously there is. You have to log in to one of the servers(which ever gives you telnet/ssh/GUI access - most likely your dedicated server) and initiate the FTP. If you have GUI access(windows) use a FTP client, or (linux) use the FTP commands manually. Doing command line FTP is simple, just a few commands like "ftp", "get" , "put" etc. Google for more details.

    - And you can make this automated as well, just a small script and run it as a cron/scheduled task.
     
    alemcherry, May 19, 2008 IP
  3. bloard

    bloard Peon

    Messages:
    180
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks... it's good to know it's easy. The problem is that I'm too dense to fully understand... So, please explain like I'm the idiot I am...

    1. I want the file to end up on my hostgator server in which I use cpanel. I want to do it via a cron job. What and where do I do the ftp stuff within cpanel?

    2. Can you spell out the cron job for me a little better?

    Thanks. Sorry to be so dense.
     
    bloard, May 19, 2008 IP
  4. jayshah

    jayshah Peon

    Messages:
    1,126
    Likes Received:
    68
    Best Answers:
    1
    Trophy Points:
    0
    #4
    Cron Job = Task scheduler

    If you want to upload your files to HostGator, why not put an upload script there, and have a PHP script post the file to your upload script (at HostGator) so it can store it?
     
    jayshah, May 19, 2008 IP
  5. Dreamerr

    Dreamerr Peon

    Messages:
    914
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Dreamerr, May 20, 2008 IP
  6. Trusted Writer

    Trusted Writer Banned

    Messages:
    1,370
    Likes Received:
    52
    Best Answers:
    0
    Trophy Points:
    160
    #6
    Trusted Writer, May 20, 2008 IP
  7. Nick_Mayhem

    Nick_Mayhem Notable Member

    Messages:
    3,486
    Likes Received:
    338
    Best Answers:
    0
    Trophy Points:
    290
    #7
    Nick_Mayhem, Aug 10, 2008 IP