Search results

  1. E

    copying files between servers using command line

    Thanks Rob and WizardFromOz (yes I did avagudweegend). my question now is this: the files are not all in one location on the source. (They are all going to the same location at the target). So, can I put in multiple filepaths for the source files? E.g. a distinct path for each file? Like, a...
  2. E

    copying files between servers using command line

    wget didn't work, because I'm sftp 'ing into the source location, and wget returned: "Unsupported scheme 'sftp'. "
  3. E

    copying files between servers using command line

    Nup. Didn't really try anything yet! I do ssh into both of the servers (the source and the target), if that helps? Would you then recommend wget? Should I do that from the source location (where I am copying the files from), or the target location (where I am copying the file to)? thanks!
  4. E

    copying files between servers using command line

    hi guys, I've got a list of files in one server location that I want to copy over to a location on a completely different server. What is the best (and most simple if possible - I'm a bit of a newbie) way to do this? The files are all nested inside various subfolders, but I can generate a list...
Top