FTP Library Package 1.2 for Tcl/Tk Manual Pages

COMMAND
FTP::NList  ?directory?
 
This command has the same behavior as previous FTP::List command, except that it only gets a abbreviated listing. This means only file names are returned in a sorted list.

EXAMPLE
# list current directory
set file_names [FTP::NList]

	

[Contents]  [Previous: FTP::List]  [Next: FTP::FileSize]


© 1999 Steffen Traeger