merbin2012 / sharex

Automatically exported from code.google.com/p/sharex
0 stars 1 forks source link

Upload to FTP to folder by date #557

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi, is possible upload to automatic folder by date? For: example my domain is 
domain.eu 

When i upload some screenshots in all week a want to 7 folders.

2014-01-21/screeenshot.png
2014-01-22/screeenshot.png
2014-01-23/screeenshot.png

I know that is possible set template for designation capture, but I'd rather 
save into folders by date (or time)

Thx for reply.

Original issue reported on code.google.com by rja...@gmail.com on 21 Jan 2014 at 1:21

GoogleCodeExporter commented 9 years ago
You should be able to use %y-%mo etc. in "SubFolderPath" setting of FTP. But 
how it works is trying to upload file if it give directory not exist error then 
creating it and then retrying upload. So i don't suggest having day in folder 
name but having year month is good. Reason why it don't first check is 
directory exist is performance concerns, so it won't try to check 1000 times is 
directory exist in one month when it only one time won't be exist.

Original comment by flexy...@gmail.com on 29 Apr 2014 at 10:38