summaryrefslogtreecommitdiff
path: root/src/rename-logic.py
AgeCommit message (Collapse)Author
2022-11-18fix when copy multiple sources and various tiny fixesRyo Nakamura
* when copying multiple sources, target must be directory * add multi-src copy test and parametrize src/dst prefixes * cleanup REAMDE (s/sessions/connections/g) * make error output in copy functions simple
2022-11-05create file at the remote although file size is 0Ryo Nakamura
2022-10-31add rename-logic.pyRyo Nakamura