So, a little history about why this has stricken my curiosity.
I had a client who wanted to transfer all his geocity files over to a real provider. The client had thousands of files on his account. Now, geocities doesn't allow you to do bulk transfers, nor can you access the site via ftp on a basic account. So... Basically the only way for a typical person to do this was to download each file individually! This wasn't going to happen.
My resolution was to write an app that took in a csv list and downloaded each file for you.
This worked, however I had to copy and paste the list of files and format it properly.
My question is, is there a way to request the contents of a directory via URL Loading System or some other Cocoa or foundation framework?
I had a client who wanted to transfer all his geocity files over to a real provider. The client had thousands of files on his account. Now, geocities doesn't allow you to do bulk transfers, nor can you access the site via ftp on a basic account. So... Basically the only way for a typical person to do this was to download each file individually! This wasn't going to happen.
My resolution was to write an app that took in a csv list and downloaded each file for you.
This worked, however I had to copy and paste the list of files and format it properly.
My question is, is there a way to request the contents of a directory via URL Loading System or some other Cocoa or foundation framework?