perl - RegEx - File upload filtering in Cyberduck -


i have local folder (mac os) 437 subfolders containing files , subfolders. these want upload *.jpg files top level in 359 of subfolders.

filters in cyberduck using standard perl regular expressions. how write regex string in preferences?

local path local main folder: /danacord/webshops/covers/

sub folders - example:

alpha     sub 1     sub 2 beta     sub 1     sub 2 delta     sub 1     sub 2 

i don't want beta folder uploaded.

fyi: of folder- , filenames start capitalized letters , contains blanks.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -