Tereza Snyder wrote:
I'm using libUrl for the first time, and my first task is to obtain a list of files in a directory on the server. In terminal, I can log onto the server via ftp and I can type 'nlist' or 'ls' to obtain a list of files. I see in the docs that, "You specify which command to use with the libURLSetFTPListCommand command." But I don't see where or how you actually get the list of files using libUrl.
Just pass it a directory path ending in "/", e.g.: ftp://user:[email protected]/somefolder/ -- Richard Gaskin Fourth World Revolution training and consulting: http://www.fourthworld.com Webzine for Rev developers: http://www.revjournal.com _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
