Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

Server to Server transfer

Look for a client that supports "FXP". If supported by the server, this allows FTP-to-FTP connections without passing through the client.


ssh from one server to the other and use scp

on windows you can use putty to connect to the server you want to copy from like so: http://www.jfitz.com/tips/putty_config.html

then typing:


ssh username@host_ip_to_be_copied_to
#enter password when prompted
scp username@host_ip_to_be_copied_from:path_to_be_copied_from
#enter password when prompted
#wait until complete

done

Tags:

Windows

Ftp

Data Transfer

Web Hosting

Related

linux merge folders: rsync? Where are the results of chkdsk located in Windows 7? How to get Thunderbird to archive messages automatically Is it possible to run two windows sessions from the same computer at the same time? Can I install programs on a Mac without admin rights? How to add user to a group from Mac OS X command line? Using powershell call native command-line app and capture STDERR Timesnapper for Mac awk + print all line content except $1 Can't access select websites on Linux (but can on Windows) Suspicious drivers, is it a rootkit? Convert HTML to image

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy