Convert filenames to lowercase with synchronize ?
How can I synchronize files from windows to unix, converting the filename from uppercase to lowercase in a script?
-- -- --
option transfer ascii
synchronize -criteria=time -filemask="*.html>1D" remote c:\html /apache/htdocs
-- -- --
Those commands work, but it will copy over the uppercase filenames...
Tx,
Werner
-- -- --
option transfer ascii
synchronize -criteria=time -filemask="*.html>1D" remote c:\html /apache/htdocs
-- -- --
Those commands work, but it will copy over the uppercase filenames...
Tx,
Werner