For information about our main software product, the zs4 video compositing system, please visit the zs4 web site at www.zs4.net.




products

linux
osx
win32
bsd

autodox

classtree

source code

t@b Batch FTP Uploader (command line utility)

Version 0.958, build id 0703161351

uploads a complete directory structure to an FTP server. retries until successfull. .


Recent Changes to t@b Batch FTP Uploader (command line utility)

platform downloads:

linux osx win32

inline



basic usage

when typing the "tabloader" without arguments, then the folowing text will appear

copyright (c) 2004-2005, t@b software. written by andy flinn.
this software depends on libcurl ( http://curl.haxx.se/ ),
which is provided under the lgpl ( http://www.gnu.org/copyleft/lesser.html ),

usage: tabloader.exe [-d] [-h /serverhomedir] -f fileordir -t fileordir

if no -d option is specified, then both -f and -t option
must be specified, and tabloader.exe will attempt to perform an FTP
upload. the -f and -t arguments must both be specified
and both be either files or directories. the -t option
MUST be a URL starting with ftp://. the program will
continue until it succeeds.

if the -d option is specified the program will attempt
to perform a download from a URL specified in the -f
argument. in this case a missing -t argument will cause
the downloaded file to be printed to the console

the -h option allows the specification of the home
directory on the server

username:password combinations use the "%" sign as
escape character. this, of course is the same as in
cURL and helps if the username is formed like an email
address (usr@domain would be specified as
ftp://usr%40domain@ftpserver.com/folder/... /> please note that "%" is a special character in windows
*.bat files and may have to be double specified in
batch scripts.


examples


for uploading folders to a ftp server type:

tabloader -f localdir -t
ftp://user:password@ftp.hostname.net/foldername/


for downloading one file from an http server:

tabloader -d -f http://domain/file.ext [-t localfile]


More Dox