Activity Stream
48,167 MEMBERS
61103 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 7 of 7
  1.     
    #1
    Member

    Default how to get file via ssh root ?

    Hey Guys
    A guy provided me a vps to backup my site
    the thing is that i just placed wget command to get the backup ie
    i went into the new vps
    ie it has no files or folders nothing installed on it its blank so i just wget my site url ie mysite.com/ninja.zip and now how to grt it
    ???
    like when i goto like ip/file.zip it doesnt work how to remote it to my server ?
    msk19994 Reviewed by msk19994 on . how to get file via ssh root ? Hey Guys A guy provided me a vps to backup my site the thing is that i just placed wget command to get the backup ie i went into the new vps ie it has no files or folders nothing installed on it its blank so i just wget my site url ie mysite.com/ninja.zip and now how to grt it ??? like when i goto like ip/file.zip it doesnt work how to remote it to my server ? Rating: 5

  2.   Sponsored Links

  3.     
    #2
    It begins...
    Download and install FlashFXP then use that to connect to your server via SSH. Check image below:


  4.     
    #3
    Member
    its like 17 gb mate i cant download via home connection (i dont have rdp)

  5.     
    #4
    It begins...
    I see. In that case, do the following:

    Code: 
    yum install httpd
    (assuming it's centos. Use 'apache2' instead of 'httpd' if it's ubuntu)

    Move your files to apache's default directory (different under ubuntu) which is commonly located under:
    /var/www/html
    Code: 
    mv /current/location/of/file /var/www/html/
    Then download them using your IP address:
    Code: 
    http://ip.add.re.ss/file.ext
    Make sure you've started the httpd server:
    Code: 
    service httpd start

  6.     
    #5
    Banned
    Website's:
    imdbdl.com ECozins.com
    you can use below command, it's the best and easy way


    scp /path/to/my.file me@serverB:/path/to/destination/my.file

  7.     
    #6
    Member
    This site is using a hacked database of W junction
    Last edited by Gavo; 4th Jan 2015 at 02:26 PM.

  8.     
    #7
    Member
    Quote Originally Posted by Lifetalk View Post
    I see. In that case, do the following:

    Code: 
    yum install httpd
    (assuming it's centos. Use 'apache2' instead of 'httpd' if it's ubuntu)

    Move your files to apache's default directory (different under ubuntu) which is commonly located under:
    /var/www/html
    Code: 
    mv /current/location/of/file /var/www/html/
    Then download them using your IP address:
    Code: 
    http://ip.add.re.ss/file.ext
    Make sure you've started the httpd server:
    Code: 
    service httpd start
    Thanks mate worked like a charm

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. OVH Dedicated Root
    By Sascha in forum Dedicated Hosting Offers
    Replies: 1
    Last Post: 28th Mar 2012, 10:08 PM
  2. KWWHunction The Root Of All Evil.
    By Dj Mad in forum News & Current Events
    Replies: 78
    Last Post: 1st Oct 2011, 03:06 PM
  3. How to know your Web Root?
    By cyber-cliff in forum Technical Help Desk Support
    Replies: 2
    Last Post: 5th Jan 2011, 03:00 AM
  4. Search a root server
    By xyz in forum Server Management
    Replies: 8
    Last Post: 14th Dec 2010, 07:13 PM
  5. where is mysql dir in root sftp?
    By wman in forum Server Management
    Replies: 3
    Last Post: 5th Oct 2009, 02:16 PM

Tags for this Thread

BE SOCIAL