Re: How to enable file transfer for cross-platform application
- From: Richard Kettlewell <rjk@xxxxxxxxxxxxxxx>
- Date: Tue, 04 Jan 2011 10:30:31 +0000
Lawrence D'Oliveiro <ldo@xxxxxxxxxxxxxxxxxxxxxxxxxxxx> writes:
Chris Davies wrote:
Personally, if it's file transfer I'd recommend SFTP (file transfer
over SSH) every time.
SFTP is really for interactive transfer by humans. For programmatic
transfer, use SCP.
It’s all part of SSH anyway.
/usr/bin/sftp is not especially good for programmatic use; the SFTP
protocol on the other hand is pretty good for it.
--
http://www.greenend.org.uk/rjk/
.
- References:
- How to enable file transfer for cross-platform application
- From: Like2Learn
- Re: How to enable file transfer for cross-platform application
- From: Chris Davies
- Re: How to enable file transfer for cross-platform application
- From: Lawrence D'Oliveiro
- How to enable file transfer for cross-platform application
- Prev by Date: Re: How to enable file transfer for cross-platform application
- Next by Date: Re: How to enable file transfer for cross-platform application
- Previous by thread: Re: How to enable file transfer for cross-platform application
- Next by thread: Re: How to enable file transfer for cross-platform application
- Index(es):
Relevant Pages
|