Results 1 to 5 of 5
  1. #1

    Unhappy Help me to transfer files to my new server, please !

    Hi everyone,

    I used SSH with command " wget http://old-server.com/Music/files.mp3 " to download some files from another my web, because i want to transfer those files to my new server, after i finished download, i tried to download those files from my new site ( http://new-server/Music/files.mp3 ) it work ! but when i log in to that domain via FTP and look at that folder "public_html/Music/ " but i cant find and see any those files ! Do you know that why ?

    Is there any possible to transfer whole Folder/Files to my new server via SSH by only 1 command ? EX: " home/username/public_html] wget http://old-server.com/Music/ " is it possible ?

    Thank you so much !
    ServerVina.com | Sales@servervina.com
    YM: servervina | AIM: servervina
    Lowest prices for Unmetered and Metered bandwidth.

  2. #2
    Join Date
    Apr 2003
    Location
    Washington DC
    Posts
    71

    Re: Help me to transfer files to my new server, please !

    Originally posted by tommyquang
    Hi everyone,

    Is there any possible to transfer whole Folder/Files to my new server via SSH by only 1 command ? EX: " home/username/public_html] wget http://old-server.com/Music/ " is it possible ?

    Thank you so much !
    on new server do this:

    # scp oldserver.somedomain.com:/home/username/public_html/* /home/username/public_html/


    -Scott
    Carpathia Hosting, Inc scott@carpathiahost.com
    High Performance Hosting Solutions

  3. #3
    Join Date
    Oct 2004
    Location
    India
    Posts
    509
    You can mget the files, which allows to download multiple files. Another best option is compress the folder and the wget the tar file.
    ESC :wq!

  4. #4
    Originally posted by firestarter
    You can mget the files, which allows to download multiple files. Another best option is compress the folder and the wget the tar file.
    Thank you for help, so can you tell me what is " mget " ?
    ServerVina.com | Sales@servervina.com
    YM: servervina | AIM: servervina
    Lowest prices for Unmetered and Metered bandwidth.

  5. #5
    Join Date
    Oct 2003
    Location
    Hanoi
    Posts
    4,309
    QT, you are welcome to make a search, google is your friend http://linux.about.com/od/commands/l/blcmdl1_ftp.htm

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •