home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Plus! (NZ) 2000 November
/
PC_WORLD_PLUS_NOVEMBER.iso
/
hs_files
/
f_x86t32.exe
/
EXE
/
CNTFILE3
/
CNTFILE3
(
.txt
)
Wrap
Microsoft Windows Help File Content
|
2000-08-01
|
2KB
|
46 lines
:Base ftpscrpt.HLP
1 Overview of Scripting=Overview_of_Scripting
1 Script Command Reference=Command_Reference_ALL
1 Getting Started
2 Writing Scripts=Writing_Scripts
2 Using Environment Variables=Using_Environment_Variables
2 Sample Script=Sample_Script
1 What Script Command Do I Use To...
2 Connect to an FTP site on a particular port=connect
2 Specify the user ID for a log on to an FTP site=user
2 Specify the password for a log on to an FTP site=pass
2 Specify the user ID for our firewall=FIREUSER
2 Specify the password for our firewall=FIREPASS
2 Change the current folder on your PC=lcd
2 Change the current folder on an FTP site=cd
2 Issue a list command to an FTP site using a file mask=dir
2 Create a folder on an FTP site=mkdir
2 Specify a file or folder to rename on an FTP site=rnfr
2 Renaming a file or folder on an FTP site=rnto
2 Use the MS-DOS prompt (shell)=shell
2 Disconnect from an FTP site=close
2 Delete files and folders
3 Deleting a single file=del
3 Deleting multiple files=MDELETE
3 Deleting an empty folder=rmdir
3 Deleting folders containing subfolders=rdel
2 Transfer files and folders TO an FTP site
3 Transfer a single file=put
3 Transfer multiple files=MPUT
3 Transfer folders containing subfolders=rput
2 Transfer files and folder FROM an FTP site
3 Transfer a single file from an FTP site=get
3 Transfer multiple files=MGET
3 Transfer folders containing subfolders=rget
1 Using Script Commands to Control Script Flow
2 Checking for an error=onerror
2 Checking for success=onsuccess
2 Establishing a point to go to=label
2 Going to a labelled point in the script=goto
1 Editing and Debugging Scripts
2 Editing a Script=Editing_Scripts
2 Debugging a Script=Debugging_Scripts
1 Executing Scripts
2 Executing Scripts=Executing_Scripts
2 Command Line Arguments=Command_Line_Arguments