> In the TFTPClient Quick Reference I find the following: > List - Connect, Cwd, Download a file name listing to a file & Quit > I would expect this method to take at least two arguments (directory name > and file name). How does one set these values?
The List argument is taken for HostFileName. What is done with the argument is totally under server's control. Usually it select which files are listed (for example *.txt). The directory to which the list command applies is the current working directory you can change using the cwd() method. -- Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] http://www.overbyte.be -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
