home *** CD-ROM | disk | FTP | other *** search
- Programmers Site Updater
- ver. 0.03
-
- PSU takes a plaintext script file assuming the extension .PSU.
-
- *********
- Reference
- *********
-
- *** Command Line Options
- -q : Quiet operation meaning that no output appears on the screen.
- -r : Enable recursion directories where appropriate (default is disabled)
- -H : Set hostname (use %hostname% in scriptfile)
- -N : Set username (use %username% in scriptfile)
- -P : Set password (use %password% in scriptfile)
-
- *** Script Commands
- OPEN (or CONNECT) hostname[,name:password]
- - Tries to connect to hostname. If name and password are not specified
- anonymous login is assumed.
- Example: OPEN ftp.myhost.org,myname:1234uty
-
- CLOSE (or LOGOUT or QUIT)
- - Closes connection to host
-
- PUT (or SEND or COPY) filename [remote filename]
- - Tries to send filename to the current directory on the ftpserver. If remote
- filename is not specified the same name assumed.
- Example: PUT C:\AUTOEXEC.BAT MyDosAutoexec.bat
-
- MPUT "wildcard filespecification"
- - Tries to send multiple files to the current directory on the ftpserver. If
- recursion is enabled directories are recursed and created as needed.
- Example: MPUT C:\myhomepage\*.*
-
- RECURSE ON|OFF
- - Enables/disables recursion of directories.
-
- QUIET ON|OFF
- - Turns output on/off
-
- CHDIR (or setdir) dirname
- - CHange directory on the ftpserver. If the specified directory does not exist
- it is created.
-
-
-