[Show/Hide Left Column]

s_FTP

FTP Send Tagged Files


::FTP Send Tagged Files
:: Purpose:         Use command-line FTP to send tagged files
:: Author:          Kim Henkel
:: Version:         2007-02-21, v1.0
:: ZTW ver:         1.60.rc17
:: OS version:      WinXP Pro SP2
:: Requires:        FTP.EXE
:: Usage:           Tag files, then invoke this menu script
:: Note:            Modify server/username/password as required

echo open ftp.yoursite.com > #ZTTemp\~ftp.txt
echo quote user username >> #ZTTemp\~ftp.txt
echo quote pass password >> #ZTTemp\~ftp.txt
echo bin >> #ZTTemp\~ftp.txt
echo cd download >> #ZTTemp\~ftp.txt
REM #ZTTag #ZTTemp\~list.txt -fput %1
type #ZTTemp\~list.txt >> #ZTTemp\~ftp.txt
echo bye >> #ZTTemp\~ftp.txt
ftp -n -s:#ZTTemp\~ftp.txt
pause


Contributors to this page: laurent and khenkel .
Page last modified on Sunday 25 of February, 2007 11:17:54 EST by laurent.