Activity Stream
48,167 MEMBERS
61117 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
    Website's:
    SherwoodForum.net

    Default SSH FTP UPload Commands

    Hey, I have root SSH access to my remote server and FTP access to another server. I want to upload a file from my server to the other server with an SSH command.

    Example Server: SERVER_IP
    Sample File To Be Uploaded:
    /root/FILE.mkv

    Example FTP Server (Destination): ftp.FTP_SERVER.com
    Username: USER
    Password: PASSWORD
    I tried figuring it out by looking at the Rapidleech files...but I couldn't come close to figuring any of that out.

    Is there a way to send this command to a folder (and have it start multiple files at once)?

    Can Rapidleech be easily edited to upload multiple files at once?

    Thanks in advance for any help you can give me!
    Maverick Reviewed by Maverick on . SSH FTP UPload Commands Hey, I have root SSH access to my remote server and FTP access to another server. I want to upload a file from my server to the other server with an SSH command. Example Server: SERVER_IP Sample File To Be Uploaded: /root/FILE.mkv Example FTP Server (Destination): ftp.FTP_SERVER.com Username: USER Password: PASSWORD I tried figuring it out by looking at the Rapidleech files...but I couldn't come close to figuring any of that out. Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    Code: 
    curl -T /root/FILE.mkv ftp.FTP_SERVER.com --user USER:PASSWORD

  4.     
    #3
    Member
    Website's:
    eih.bz pornDDL.me sexytattoochicks.tumblr.com
    curl -v -T FILE.mkv ftp://USERASSWORD@SERVER_IP

    This should work

  5.     
    #4
    Member
    Website's:
    SherwoodForum.net
    Wow!!

    Okay, thank you both for the awesome (and so speedy) response!!

    Is there a way for me to do that to a whole bunch of files (and get 'em all going at once)?

  6.     
    #5
    Member
    Website's:
    eih.bz pornDDL.me sexytattoochicks.tumblr.com
    Hmm maybe if you do

    curl -v -T /root/uploads/*.mkv

    ^it will upload all files that end with .mkv, you can change it to *.avi etc. I guess, I'm not sure tho.

  7.     
    #6
    Member
    Uploading whole folders to a remote host
    ncftpput -R ftp.estpak.ee /pub /var/www
    See more: http://www.ncftp.com/ncftp/doc/ncftp.html
    ncftpput is a seperate command for accessing ncftp's put command directly.

  8.     
    #7
    Member
    you can use the built-in ftp program and use mput command

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. GRUB Commands
    By Albert.Nawaro in forum Server Management
    Replies: 0
    Last Post: 17th Feb 2012, 08:21 AM
  2. Common SSH Commands - Linux Shell Commands
    By 0ccul7 in forum Server Management
    Replies: 15
    Last Post: 20th Jan 2012, 01:11 PM
  3. cPanel Commands to run from SSH
    By Bharat in forum Technical and Security Tutorials
    Replies: 4
    Last Post: 5th Dec 2011, 01:18 PM
  4. cPanel SSH Commands List
    By l0calh0st in forum Server Management
    Replies: 1
    Last Post: 9th Jan 2011, 01:27 PM

Tags for this Thread

BE SOCIAL