You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the following Folder containing Albums on my SmugMug account:
$ smugcli.py ls '2009/04'
Will's Basketball Project
Washington D.C.
5/6 Lax vs Scarsdale
Freshman Lacrosse vs Mahopac
Freshman Lacrosse vs Suffern
Doug warming up
When I try to list the contents of the "5/6 Lax vs Scarsdale" album, I don't see a way to escape the slash:
$ smugcli.py ls '2009/04/5/6 Lax vs Scarsdale'
"5" not found in "/2009/04".
$ smugcli.py ls '2009/04/5\/6 Lax vs Scarsdale'
"5\" not found in "/2009/04".
$ smugcli.py ls "2009/04/5\/6 Lax vs Scarsdale"
"5\" not found in "/2009/04".
$ smugcli.py ls "2009/04/5\\/6 Lax vs Scarsdale"
"5\" not found in "/2009/04".
Any suggestions outside renaming my albums (which is most likely what I am going to end up doing).
The text was updated successfully, but these errors were encountered:
If you are on Windows, you can use '/' in file or folder names without problems. If you are on Linux or MacOS, you can use '' in names. Doing the opposite however is simply not supported by operating systems. You cannot have filenames containing '' on Windows or containing '/' on Linux or MacOS.
Given these limitations, what are you hoping to achieve? Even with some escaping mechanism in SmugCLI, it would still be impossible for you to upload or sync files containing '/' on Linux or MacOS.
I have the following Folder containing Albums on my SmugMug account:
When I try to list the contents of the "5/6 Lax vs Scarsdale" album, I don't see a way to escape the slash:
Any suggestions outside renaming my albums (which is most likely what I am going to end up doing).
The text was updated successfully, but these errors were encountered: