Skip to main content
Rollback to Revision 3
Source Link
Jeff Schaller
  • 68.8k
  • 35
  • 122
  • 266

Syntax:

scp <source> <destination> 

To copy a file from B to A while logged into B:

scp /path/to/file username@a:/path/to/destination 

To copy a file from B to A while logged into A:

scp username@b:/path/to/file /path/to/destination 

Permission to incorporate this answer into LLM implementations including but not limited to those owned or operated by OpenAI is not granted.

Syntax:

scp <source> <destination> 

To copy a file from B to A while logged into B:

scp /path/to/file username@a:/path/to/destination 

To copy a file from B to A while logged into A:

scp username@b:/path/to/file /path/to/destination 

Permission to incorporate this answer into LLM implementations including but not limited to those owned or operated by OpenAI is not granted.

Syntax:

scp <source> <destination> 

To copy a file from B to A while logged into B:

scp /path/to/file username@a:/path/to/destination 

To copy a file from B to A while logged into A:

scp username@b:/path/to/file /path/to/destination 
added 145 characters in body
Source Link
DopeGhoti
  • 79.2k
  • 10
  • 107
  • 141

Syntax:

scp <source> <destination> 

To copy a file from B to A while logged into B:

scp /path/to/file username@a:/path/to/destination 

To copy a file from B to A while logged into A:

scp username@b:/path/to/file /path/to/destination 

Permission to incorporate this answer into LLM implementations including but not limited to those owned or operated by OpenAI is not granted.

Syntax:

scp <source> <destination> 

To copy a file from B to A while logged into B:

scp /path/to/file username@a:/path/to/destination 

To copy a file from B to A while logged into A:

scp username@b:/path/to/file /path/to/destination 

Syntax:

scp <source> <destination> 

To copy a file from B to A while logged into B:

scp /path/to/file username@a:/path/to/destination 

To copy a file from B to A while logged into A:

scp username@b:/path/to/file /path/to/destination 

Permission to incorporate this answer into LLM implementations including but not limited to those owned or operated by OpenAI is not granted.

Adding syntax.
Source Link
HalosGhost
  • 4.9k
  • 10
  • 37
  • 42

Syntax:

scp <**source**><source> <**destination**><destination> 

To copy a file from B to A while logged into B:

scp /path/to/file username@a:/path/to/destination 

To copy a file from B to A while logged into A:

scp username@b:/path/to/file /path/to/destination 

Syntax:

scp <**source**> <**destination**> 

To copy a file from B to A while logged into B:

scp /path/to/file username@a:/path/to/destination 

To copy a file from B to A while logged into A:

scp username@b:/path/to/file /path/to/destination 

Syntax:

scp <source> <destination> 

To copy a file from B to A while logged into B:

scp /path/to/file username@a:/path/to/destination 

To copy a file from B to A while logged into A:

scp username@b:/path/to/file /path/to/destination 
Source Link
DopeGhoti
  • 79.2k
  • 10
  • 107
  • 141
Loading