sftp-cloudfs

Software Screenshot:
sftp-cloudfs
Software Details:
Version: 0.9
Upload Date: 14 Apr 15
Developer: Nick Craig-Wood
Distribution Type: Freeware
Downloads: 3

Rating: 1.0/5 (Total Votes: 1)

sftp-cloudfs is a SFTP (Secure File Transfer Protocol) interface to Rackspace Cloud Files and OpenStack Object Storage, providing a service that acts as a proxy between a SFTP client and a remote files/storage service.

The username/password pair used to open the SFTP session is validated using the authentication service of the files/storage service to get an authentication token.

The communication between the client and the SFTP daemon is encrypted all the time, and the SFTP service supports HTTPS communication with the remote files/storage service.

Install

To install the software, run following command:

 python setup.py install

You may need to create a host key with ssh-keygen.

Usage


Once installed you can run the service with sftpcloudfs executable, that supports following options:

 --version show program's version number and exit
 -h, --help show this help message and exit
 -a AUTHURL, --auth-url=AUTHURL
 Authentication URL
 -k HOST_KEY, --host-key-file=HOST_KEY
 Host RSA key used by the server
 -b BIND_ADDRESS, --bind-address=BIND_ADDRESS
 Address to bind (default: 127.0.0.1)
 -p PORT, --port=PORT
 Port to bind (default: 8022)
 -l LOG_FILE, --log-file=LOG_FILE
 Log into provided file
 -f, --foreground
 Run in the foreground (don't detach from terminal)
 --syslog Enable logging to system logger (daemon facility)
 -v, --verbose Show detailed information on logging
 --pid-file=PID_FILE
 Pid file location when in daemon mode
 --uid=UID UID to drop the privileges to when in daemon mode
 --gid=GID GID to drop the privileges to when in daemon mode
 --config=CONFIG
 Use an alternative configuration file

The default location for the configuration file is /etc/sftpcloudfs.conf.

Requirements:

  • Python
  • paramiko
  • python-cloudfiles
  • python-daemon
  • ftp-cloudfs

Similar Software

ftp-cloudfs
ftp-cloudfs

20 Feb 15

tnftp
tnftp

17 Feb 15

NovaFTP
NovaFTP

20 Feb 15

TFTP Server
TFTP Server

2 Jun 15

Comments to sftp-cloudfs

Comments not found
Add Comment
Turn on images!