Is it possible to copy files from one computer (which is remotely accessing another one through terminal) to the other one? [closed]

StackOverflow https://stackoverflow.com/questions/19285468

سؤال

I'm using a Mac to remotely access a computer in my university's computer lab. The Mac serves as a terminal. If I need to transfer some files from my computer into the one in the lab, is it, firstly, possible? If yes, then please guide me to it.

هل كانت مفيدة؟

المحلول

Absolutely, use the UNIX / Linux command scp (secure copy):

$ scp user@server:directory/SourceFile TargetFile

Update based on OP's response:

$ scp path/to/my/file.txt user@server.com:/path/to/copy/to/file.txt
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top