Quick Guide to NcFTP

Introduction

NcFtp is an open-source, set of files to connect to an FTP server and manage files through the command line. It also includes an FTP server.

Usage

Here's now to upload all the AVI files in the current directory to FTP server www.acme.com at the root of the filesystem, connecting as jdoe/mypasswd, and tell ncftpput to retry failed uploads:

ncftpput.exe -R -u jdoe -p mypasswd www.acme.com / *.avi

Resources