FTP Library Package 1.2 for Tcl/Tk Manual Pages

COMMAND
FTP::Quote  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 site chmod 644 index.htm

# request supported ftp server commands
puts [FTP::Quote help]
	

[Contents]  [Previous: FTP::RmDir]


© 1999 Steffen Traeger