FTP SyncAgent

FTP SyncAgent 1.0 Beta

FTP SyncAgent is a software that keeps a local folder and a remote FTP folder in sync. All what you need to do is to create a Java properties file (explained here) and start it.Currently there is only a console-based UI and you will be asked for files to...

ftp-cloudfs is a FTP server acting as a proxy to Rackspace Cloud Files. 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...

ftp-outboxd provides a FTP outgoing spool handler.ftp-outboxd sends files and directories placed in certain folders to other hosts. It can handle any number of spools, and can send to multiple hosts for each spool. It can also recursively handle...

ftp4j

ftp4j 1.7.2

ftp4j is a Java client library that implements a full-featured FTP client. With ftp4j embedded in your application you can: transfer files (upload and download), browse the remote FTP site (directory listing included), create, delete, rename and move...

FtpCube

FtpCube 0.5.1

FtpCube project is a multi-platform, graphical FTP client written in Python, using the wxPython graphical tookit.FtpCube's interface is based on LeechFTP by Jan Debis but its codebase has been developed from scratch and includes functionality that...

ftpput

ftpput 1.0

ftpput is a tool that allows you to send files through FTP from the command-line.Developer commentsWe've long used the wget to fetch data from a remote web or ftp server, but for customer projects we've needed to do the opposite: send a file to a remote...

ftpsync

ftpsync 1.81

ftpsync provides a tool for synchronizing directories over FTP.ftpsync is a tool that allows updates to be incrementally and recursively made to remote FTP servers. It examines time stamps and sizes, and is designed to operate in a manner similar to...

ftpterm

ftpterm 2.0

ftpterm is a FTP client like terminal.If you start this module, Please input host name, user name, password.COMMANDS:01 : cd < file > -- move current directory.02 : pwd -- print now directory.03 : ls -- list directory.04 : upload < file > -- upload...

ftputil

ftputil 2.7.1

ftputil is a high-level FTP client library for the Python programming language. ftputil implements a virtual file system for accessing FTP servers, that is, it can generate file-like objects for remote files. ftputil supports many functions similar to...