Displaying 4 results from an estimated 4 matches for "shellsnippets".
2020 Jul 15
3
Deprecation of scp protocol and improving sftp client
...ote:
> I have had this in my .bashrc for years:
>
> alias scp='rsync -avzP'
Similar, though I named it rcp because nobody has the real rcp installed
any more, but sometimes I need scp to connect to systems that lack rsync.
https://evolvis.org/plugins/scmgit/cgi-bin/gitweb.cgi?p=shellsnippets/shellsnippets.git;a=blob;f=mksh/rcp;hb=HEAD
> maybe rsync is a better replacement for scp than sftp would be?
It could be, were it not under a restrictive licence?
This doesn?t preclude people from making SSH?s builtin transfers
better, though.
bye,
//mirabilos
--
?MyISAM tables -will- get...
2020 Aug 01
2
Deprecation of scp protocol and improving sftp client
...gt;> alias scp='rsync -avzP'
>>
>> Similar, though I named it rcp because nobody has the real rcp installed
>> any more, but sometimes I need scp to connect to systems that lack rsync.
>>
>>
>> https://evolvis.org/plugins/scmgit/cgi-bin/gitweb.cgi?p=shellsnippets/shellsnippets.git;a=blob;f=mksh/rcp;hb=HEAD
>>
>>> maybe rsync is a better replacement for scp than sftp would be?
>>
>> It could be, were it not under a restrictive licence?
>>
>>
>> This doesn?t preclude people from making SSH?s builtin transfers
&...
2020 Aug 03
6
Deprecation of scp protocol and improving sftp client
..., though I named it rcp because nobody has the real rcp
>>>> installed
>>>> any more, but sometimes I need scp to connect to systems that
>>>> lack rsync.
>>>>
>>>>
>>>> https://evolvis.org/plugins/scmgit/cgi-bin/gitweb.cgi?p=shellsnippets/shellsnippets.git;a=blob;f=mksh/rcp;hb=HEAD
>>>>
>>>>> maybe rsync is a better replacement for scp than sftp would be?
>>>>
>>>> It could be, were it not under a restrictive licence?
>>>>
>>>>
>>>> This doesn...
2020 Jul 15
2
Deprecation of scp protocol and improving sftp client
On Tue, 2020-06-23 at 08:06 +0200, Markus Friedl wrote:
> I had something in mind like this for years, but with slightly
> different steps:
> My naive approach would be to keep the scp user interface and switch
> to the sftp protocol internally. We could add a -M [scp|sftp] option
> to scp and select the internal protocol. Later we switch the default
> from scp to sftp.
> No