Update.
I spent the old day but I was able to download files and folders contents from my web space, using tsNetGetFile (from the lesson) and a recursive script (to list each file directory). File by file, directory by directory, instead that a simpler unique folder download (which may be impossible I think).
Sort of...
While this is rather complex and not exactly fast in LC (compared to a FTP program like Transmit), my actual problem is that tsNetGetFile does not create the folders if the file to be saved has a directory like
Any suggestions?
Should I go back to Zip/unzip?
I spent the old day but I was able to download files and folders contents from my web space, using tsNetGetFile (from the lesson) and a recursive script (to list each file directory). File by file, directory by directory, instead that a simpler unique folder download (which may be impossible I think).
Sort of...
While this is rather complex and not exactly fast in LC (compared to a FTP program like Transmit), my actual problem is that tsNetGetFile does not create the folders if the file to be saved has a directory like
like it happens if you save a file using"/Users/trevix/Desktop/Referi_/AppIcons/icon_57x57.png"
Creating all the empty folders directories before running the tsNetGetFile loop script, can be quite complicated (and I am not even started to understand eventual problems on mobiles).put xx into URL "file:/Drive/Folder/File".
Any suggestions?
Should I go back to Zip/unzip?
Statistics: Posted by trevix — Sun Sep 22, 2024 5:09 pm