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've seen from sftp/main.py that I can set some filename variables like %H-%M-%S
What I'm looking for is to sha or md5sum the files and save them by that name (ideally in a dated directory hierarchy also)
Anyway I'm no python expert or else I'd do it myself but was expect something like this would be very useful. (...a bit like how hipchat handles images)
The text was updated successfully, but these errors were encountered:
Hey,
It's not Python because ScreenCloud uses ScreenCloud.formatFilename(name) which is taken from the main application i think.
I would write it, but it's pointless since it uses that function.
I've seen from sftp/main.py that I can set some filename variables like %H-%M-%S
What I'm looking for is to sha or md5sum the files and save them by that name (ideally in a dated directory hierarchy also)
Anyway I'm no python expert or else I'd do it myself but was expect something like this would be very useful. (...a bit like how hipchat handles images)
The text was updated successfully, but these errors were encountered: