Displaying 2 results from an estimated 2 matches for "ftpish".
Did you mean:
ftpis
2019 Jan 24
5
sftp Vs scp
On Jan 24 03:47, Malcolm wrote:
> Quoting Chris High <highc at us.ibm.com>:
>
> > caught my eye. Do you see any 'advantage' to using sftp with an untrusted
> > server? If so, any thoughts about making an easy way to disable scp both
> > client and server side when doing an installation?
>
> SFTP allows file resume, while scp does not. If this
2019 Jan 24
3
sftp Vs scp
...mand-line push UI which is why I abandoned my patch.
>
> I know Damien Miller about a year or so later asked if I had the patch still, but by that point I had already left the project due to time constrains and deleted all my local code. So maybe if presented again with something more "ftpish" it could be accepted:
>
> sftp -rp -U /path/to/transfer [user@]server:path
>
> Description:
>
> -U upload a local file or directory (if -r is used) to the remotely server and path.
>
>
> Damien, Darren? Does that seem like a reasonable thing that may be ac...