Page 2 of 2

Re: Transferring between Linux server and 7750

Posted: 06 Jun 2016 09:29
by mivens
There's a space and a dot at the end that you're missing.

So for your example

Code: Select all

 scp 26.13.13.14:TS1_SR08_06062016 .
There's a space and a dot at the end. The dot means that the destination for the file is the current directory (with the same name as the source). You need to be able to write the file to the current working directory you're in.

Or you can give the name of the destination file:

Code: Select all

 scp 26.13.13.14:TS1_SR08_06062016 TS1_SR08_06062016
or for example, to put the file in your home directory:

Code: Select all

 scp 26.13.13.14:TS1_SR08_06062016 ~/TS1_SR08_06062016

Re: Transferring between Linux server and 7750

Posted: 06 Jun 2016 09:29
by mivens
[Duplicate post deleted]

Re: Transferring between Linux server and 7750

Posted: 07 Jun 2016 04:54
by Eagleman
Hello Guys,
Please do all accept my gratitude's for your great support when most needed.
I apologised for not coming back to you sooner.
Issue resolved, (mivens )THUMP UP, thanks for your precious time shared.
graciasssss!!!!!!

Re: Transferring between Linux server and 7750

Posted: 08 Jun 2016 11:51
by mivens
One thing to add.
From 12.0R1 onwards, sftp is supported.

Re: Transferring between Linux server and 7750

Posted: 08 Jun 2016 12:10
by Eagleman
Many thanks for the additional info
KR,