Gentoo Archives: gentoo-user

From: Nikos Chantziaras <realnc@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: replacement for ftp?
Date: Tue, 16 May 2017 04:40:49
Message-Id: ofdvrq$jbu$1@blaine.gmane.org
In Reply to: [gentoo-user] replacement for ftp? by lee
1 On 04/25/2017 05:29 PM, lee wrote:
2 > since the usage of FTP seems to be declining, what is a replacement
3 > which is at least as good as FTP?
4 >
5 > I'm aware that there's webdav, but that's very awkward to use and
6 > missing features.
7
8 Is this about security? Then the closest replacement is FTPS (aka SSL
9 FTP). It's just plain old FTP at its core, but over SSL. You do need an
10 FTP client that supports SSL though. You can configure it to only
11 encrypt passwords while the payload data remains non-encrypted.
12
13 There's also SFTP, but that's completely different (even though it has
14 "FTP" in the name, it's actually SSH, not FTP.)
15
16 And there's rsync too, which is for synchronization of files (only
17 changes are uploaded, not the whole data) which makes it very fast if
18 what you upload is intended to replace old data.