Upload remote filt to my ftp server

Discussion in 'Site & Server Administration' started by qviamir6868, May 27, 2010.

  1. #1
    Hi.. I want to upload the remote file to my ftp server through remote uploading.. Any one know site that do this service...tnx
     
    qviamir6868, May 27, 2010 IP
  2. tolra

    tolra Active Member

    Messages:
    515
    Likes Received:
    36
    Best Answers:
    1
    Trophy Points:
    80
    #2
    tolra, May 27, 2010 IP
  3. qviamir6868

    qviamir6868 Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Tnx, but I have only ftp server Not http server... And haven,t FXP!
    net2ftp Is very usefull tool but haven't REMOTE UPLOAD, I want remote upload
     
    qviamir6868, May 27, 2010 IP
  4. tolra

    tolra Active Member

    Messages:
    515
    Likes Received:
    36
    Best Answers:
    1
    Trophy Points:
    80
    #4
    You have 2 FTP servers and you want them to send a file directly between them? If so you need to login to one via ssh and ftp over the file from the other or write a script which runs via cron to ftp the file over then stop the script after it's one run, that is unless you want to FTP over and over.
     
    tolra, May 27, 2010 IP
  5. qviamir6868

    qviamir6868 Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    No.. i have one ftp server and i want upload for example this file google.com/example.zip remotly to that
     
    qviamir6868, May 27, 2010 IP
  6. tolra

    tolra Active Member

    Messages:
    515
    Likes Received:
    36
    Best Answers:
    1
    Trophy Points:
    80
    #6
    Then you have to do it from your FTP server, either via scripting or manually via a shell.
     
    tolra, May 27, 2010 IP
  7. qviamir6868

    qviamir6868 Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Tanx, what is shell and howto upload a script in my ftp? i don't have http server...
     
    qviamir6868, May 27, 2010 IP
  8. tolra

    tolra Active Member

    Messages:
    515
    Likes Received:
    36
    Best Answers:
    1
    Trophy Points:
    80
    #8
    You don't need http, that's just a bit of software so you can ignore it in this case.

    From the sound of this you're going to have to pay someone to set this up for you, you're going to have to detail exactly what you have and what you want to happen. If it's a one time event or if it'll happen over and over, all the details.
    Assuming you have a Linux server then you can connect to it and run commands on it from a command line, you can do this remotely, once connected you can issue commands to pull the file from the remote server. You are running commands in a shell.
     
    tolra, May 27, 2010 IP
  9. qviamir6868

    qviamir6868 Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    OK, exactly... I have a wireless Adsl modem and this modem have a ftp server (Asus N13), I want download something on it from another site Without PC (When PC is shutdown) over and Over! Tnx...
     
    qviamir6868, May 28, 2010 IP
  10. tolra

    tolra Active Member

    Messages:
    515
    Likes Received:
    36
    Best Answers:
    1
    Trophy Points:
    80
    #10
    oh, it's a modem, then I seriously doubt there's much you can do with it to make it automatically download things unless it's in it's admin area, you'll probably have to push the data from the server to the modem assuming you can expose its FTP interface to the internet.
     
    tolra, May 28, 2010 IP
  11. qviamir6868

    qviamir6868 Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #11
    How i should do that? plzzz Help me step bu step
     
    qviamir6868, May 28, 2010 IP
  12. tolra

    tolra Active Member

    Messages:
    515
    Likes Received:
    36
    Best Answers:
    1
    Trophy Points:
    80
    #12
    Where is the data you are trying to download?
     
    tolra, May 28, 2010 IP
  13. qviamir6868

    qviamir6868 Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #13
    This is for example: dlb2r.com/Files/You-Should-Be-Dead_128.mp3
     
    qviamir6868, May 29, 2010 IP
  14. tolra

    tolra Active Member

    Messages:
    515
    Likes Received:
    36
    Best Answers:
    1
    Trophy Points:
    80
    #14
    No, I mean do you own the server with the files on, can you run stuff on it?
     
    tolra, May 29, 2010 IP
  15. qviamir6868

    qviamir6868 Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #15
    Oh... Yes this is mine
     
    qviamir6868, May 29, 2010 IP
  16. tolra

    tolra Active Member

    Messages:
    515
    Likes Received:
    36
    Best Answers:
    1
    Trophy Points:
    80
    #16
    ah good, then you can create a cron job on it that periodically runs, e.g. once per day and invokes ftp to copy the file(s) from the server to your home.

    Assuming you're using Linux on the server then a quick google yields http://www.stratigery.com/scripting.ftp.html which should get you started.

    If you're on windows you'll have to wait for someone else to respond as I don't use windows at a server level.
     
    tolra, May 29, 2010 IP
  17. qviamir6868

    qviamir6868 Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #17
    is there any application that do these actions?!!!!
     
    qviamir6868, May 29, 2010 IP
  18. tolra

    tolra Active Member

    Messages:
    515
    Likes Received:
    36
    Best Answers:
    1
    Trophy Points:
    80
    #18
    Only if you can find a pre made script otherwise it's just write one then schedule it via cron.
     
    tolra, May 29, 2010 IP
  19. qviamir6868

    qviamir6868 Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #19
    thanks....
     
    qviamir6868, May 29, 2010 IP