22
rated 0 times
[
22]
[
0]
/ answers: 1 / hits: 13322
/ 2 Years ago, wed, july 21, 2021, 12:21:20
I am trying to get some files off of my school Linux account using ssh. I have got the connection to work using:
scp <school_server>: ~/folder I want ~/where I want to go
.
But when it goes to transfer folder it gives me the message:
not a regular file
The file contains .java files, and I want the whole folder.
More From » ssh