- 
    ftp Library Package 2.1 for Tcl/Tk Manual Pages 
- COMMAND
-   
    - ftp::Quote  handle  arg1  arg2  ...
-  
- 
	The ftp::Quote command is used to send the specified arguments
	verbatim, as is, to the remote ftp server. This command cannot
	be used to obtain a directory listing or for transferring files,
	but it can be used for any other ftp commands. It is typically
	used to execute commands on the server that are not directly
	available from the ftp_lib itself.
	
	The command sent back the string it received instead of any parsing 
 
- EXAMPLE
- 
    - 
	# change the mode settings on UNIX systems
ftp::Quote $conn site chmod 644 index.htm
# request supported ftp server commands
puts [ftp::Quote $conn help]
	 
 
[Contents] 
[Previous: ftp::RmDir]
© 1999 Steffen Traeger