I'm attempting to copy my desktop folder excelsite
using scp -r
. The folder is a django website. The command ive used is scp -r excelsite ***@***.***.***
(and yes, I was cd'd into the desktop). When running the command everything seems to be working since its copying stuff. But not the folder excelsite
. The command line looks like this:
db.sqlite3 | 144 kB | 144.0 kB/s | ETA: 00:00:00 | 100%
abstract.h | 30 kB | 30.4 kB/s | ETA: 00:00:00 | 100%
asdl.h | 1 kB | 1.2 kB/s | ETA: 00:00:00 | 100%
ast.h | 0 kB | 1.0 kB/s | ETA: 00:00:00 | 100%
bitset.h | 0 kB | 0.5 kB/s | ETA: 00:00:00 | 100%
bltinmodule.h | 0 kB | 0.3 kB/s | ETA: 00:00:00 | 100%
I have no clue what abstract.h is. Neither do I know what asdl.h is, etc. Its copying random stuff. And if that seems weird if, if just let it copy all of it, at some point it starts copying city names. Yes, CITY NAMES! I have noo clue whats going on. But one thing is for sure, it's not copying my directory.