How to copy file from Ubuntu computer to remote box via SSH?
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
0
down vote
favorite
How to copy files from Ubuntu computer to remote box via SSH using SecureCRT utility? So I'm connected to media box via SSH, then cd
to target folder: next how to copy file from computer into the .config
folder on media box?
# pwd
/storage
# cd .config
Tried command but not work:
scp /path/to/file/on/local/computer/file.conf root@192.168.1.45:file.conf
Computer and media box connected via router by wifi.
Edit: well, I used another way to upload file, VanDyke SecureFX tool, and it works fine:
SecureFX > File > Manual Upload > From:/To: > browse file > set transfer mode > OK
16.04 ssh transfer scp
add a comment |Â
up vote
0
down vote
favorite
How to copy files from Ubuntu computer to remote box via SSH using SecureCRT utility? So I'm connected to media box via SSH, then cd
to target folder: next how to copy file from computer into the .config
folder on media box?
# pwd
/storage
# cd .config
Tried command but not work:
scp /path/to/file/on/local/computer/file.conf root@192.168.1.45:file.conf
Computer and media box connected via router by wifi.
Edit: well, I used another way to upload file, VanDyke SecureFX tool, and it works fine:
SecureFX > File > Manual Upload > From:/To: > browse file > set transfer mode > OK
16.04 ssh transfer scp
2
You will need to be more informative than "not work"
â steeldriver
Mar 10 at 15:55
Your description sounds as if you issue thescp
command on the media box and not on your computer. Please tell where you issue the command and what error it outputs.
â PerlDuck
Mar 10 at 16:01
Yes, I issued scp command on media box, not on PC, that is my mistake.
â triwo
Mar 10 at 16:38
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
How to copy files from Ubuntu computer to remote box via SSH using SecureCRT utility? So I'm connected to media box via SSH, then cd
to target folder: next how to copy file from computer into the .config
folder on media box?
# pwd
/storage
# cd .config
Tried command but not work:
scp /path/to/file/on/local/computer/file.conf root@192.168.1.45:file.conf
Computer and media box connected via router by wifi.
Edit: well, I used another way to upload file, VanDyke SecureFX tool, and it works fine:
SecureFX > File > Manual Upload > From:/To: > browse file > set transfer mode > OK
16.04 ssh transfer scp
How to copy files from Ubuntu computer to remote box via SSH using SecureCRT utility? So I'm connected to media box via SSH, then cd
to target folder: next how to copy file from computer into the .config
folder on media box?
# pwd
/storage
# cd .config
Tried command but not work:
scp /path/to/file/on/local/computer/file.conf root@192.168.1.45:file.conf
Computer and media box connected via router by wifi.
Edit: well, I used another way to upload file, VanDyke SecureFX tool, and it works fine:
SecureFX > File > Manual Upload > From:/To: > browse file > set transfer mode > OK
16.04 ssh transfer scp
16.04 ssh transfer scp
edited Mar 10 at 16:36
asked Mar 10 at 15:20
triwo
239129
239129
2
You will need to be more informative than "not work"
â steeldriver
Mar 10 at 15:55
Your description sounds as if you issue thescp
command on the media box and not on your computer. Please tell where you issue the command and what error it outputs.
â PerlDuck
Mar 10 at 16:01
Yes, I issued scp command on media box, not on PC, that is my mistake.
â triwo
Mar 10 at 16:38
add a comment |Â
2
You will need to be more informative than "not work"
â steeldriver
Mar 10 at 15:55
Your description sounds as if you issue thescp
command on the media box and not on your computer. Please tell where you issue the command and what error it outputs.
â PerlDuck
Mar 10 at 16:01
Yes, I issued scp command on media box, not on PC, that is my mistake.
â triwo
Mar 10 at 16:38
2
2
You will need to be more informative than "not work"
â steeldriver
Mar 10 at 15:55
You will need to be more informative than "not work"
â steeldriver
Mar 10 at 15:55
Your description sounds as if you issue the
scp
command on the media box and not on your computer. Please tell where you issue the command and what error it outputs.â PerlDuck
Mar 10 at 16:01
Your description sounds as if you issue the
scp
command on the media box and not on your computer. Please tell where you issue the command and what error it outputs.â PerlDuck
Mar 10 at 16:01
Yes, I issued scp command on media box, not on PC, that is my mistake.
â triwo
Mar 10 at 16:38
Yes, I issued scp command on media box, not on PC, that is my mistake.
â triwo
Mar 10 at 16:38
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1013691%2fhow-to-copy-file-from-ubuntu-computer-to-remote-box-via-ssh%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
2
You will need to be more informative than "not work"
â steeldriver
Mar 10 at 15:55
Your description sounds as if you issue the
scp
command on the media box and not on your computer. Please tell where you issue the command and what error it outputs.â PerlDuck
Mar 10 at 16:01
Yes, I issued scp command on media box, not on PC, that is my mistake.
â triwo
Mar 10 at 16:38