Hello everyone,
I'm creating CDF quizzes and assignments for my students. Because CDF does not permit exporting of data, I will have them copy their answers from a text cell and then use a web form or FTP client to upload the data to my server, which is a Mac at my office at work. I then want to use Mathematica to access and download those submissions from the Mac in my other office.
I know how to use Import with FTP to import a single file on my remote Mac, but how can I get a listing of all files in a folder on that Mac? I have tried
FileNames["*", dataFilePath]
where
dataFilePath is "user:password@computerAddress//Documents/FolderName/"
but, of course, FileName[...] does not make a connection, so it does not return anything.
Any tips?
Regards,
Gregory

