diff options
author | Marcel Saegebarth <marc@mos6581.de> | 2015-08-22 01:16:02 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-08-22 01:16:02 +0700 |
commit | a34db9f8b246b1341edf2bc65ef81525e4680185 (patch) | |
tree | f6e956f0d7a087924edeecadadc24620246c4b37 /network/ftp-cloudfs/README | |
parent | a285840408fdfd13f36107545caceb1bee0299fc (diff) | |
download | slackbuilds-a34db9f8b246b1341edf2bc65ef81525e4680185.tar.gz |
network/ftp-cloudfs: Added (FTP interface).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/ftp-cloudfs/README')
-rw-r--r-- | network/ftp-cloudfs/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/network/ftp-cloudfs/README b/network/ftp-cloudfs/README new file mode 100644 index 0000000000..c0a491dff9 --- /dev/null +++ b/network/ftp-cloudfs/README @@ -0,0 +1,9 @@ +ftp-cloudfs is a ftp server acting as a proxy to OpenStack Object +Storage (swift). It allow you to connect via any FTP client to do +upload/download or create containers. + +By default the server will bind to port 2021 which allow to be run as a non +root/administrator user. + +It supports pseudo-hierarchical folders/directories as described in the +OpenStack Object Storage API. |