Serv-U

Serv-U 12.0.0.2

Serv-U is an easy-to-use, powerful, award-winning FTP server created by Rob Beckers. An FTP server uses the FTP protocol to share files across the Internet.Serv-U is not only 100% compliant with the current FTP standard, but also includes numerous...

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...

SftpMan GTK

SftpMan GTK 0.3.0

SftpMan GTK is a frontend for the SftpMan FTP client.SftpMan consists of a Command Line and a GTK application that make it simpler to setup and mount SSHFS/SFTP file systems.The idea was to develop a simple CLI/GUI application for Linux that can be used...

sftpserver is a simple single-threaded SFTP server based on Paramiko's SFTPServer.InstallationUsing pip: [sudo] pip install sftpserverExamples$ sftpserverUsage: sftpserver [options]-k/--keyfile should be specifiedOptions: -h, --help show this...

Sh To Bash is a free tool that will convert sh to Bash, because Debian switched the main shell to Dash, instead of the GNU Bash shell . After installing the sh-to-bash utility, it will link sh to Bash. Uninstalling the sh-to-bash script will link sh to...

shc

shc 3.8.6

shc project is a generic shell script compiler.It takes a script which is specified on the command line and produces C source code. The generated source code is then compiled and linked to produce a stripped binary executable.shc itself is not a compiler...

Shelisp

Shelisp 3.2

Shelisp is a very short program that provides mechanisms for composing and running Unix shell (particularly bash) commands and constructs from Common Lisp.To run shelisp, say at the command prompt: lisp -load shelisp.lispThis should start CMU Common Lisp...

shell_command is a simple set of shell invocation tools intended to make it easy to build and execute shell commands from Python, automatically handling file names containing whitespace and protecting your code from inadvertent exposure to shell injection...