- martin
Post a reply
Topic review
- m.mk53
Thanks martin for your reply
I can make child to be another path
Also extension could be
Thanks for support
I can make child to be another path
/home/userchid
Also extension could be
xls
and txt
Thanks for support
- martin
Re: Get files and exclude subdirectories then move
To download the files use:
How do I transfer (or synchronize) directory non-recursively?
Though the move part is more complicated, as the
Cannot you identify the files for example by an extension?
Cannot you move your
get -filemask=|*/ /home/user/dir1/*
How do I transfer (or synchronize) directory non-recursively?
Though the move part is more complicated, as the
mv
command does not support file masks, so you cannot exclude the subfolder.
Cannot you identify the files for example by an extension?
Cannot you move your
child
subfolder elsewhere (not under the dir1
)?
- m.mk53
Get files and exclude subdirectories then move
Dear team,
I need to get files from WinSCP exclude all subdirectory and then all files to subdirectory in WinSCP too
Example:
I want to get files from
Regards.
I need to get files from WinSCP exclude all subdirectory and then all files to subdirectory in WinSCP too
Example:
/home/user/dir1/child
I want to get files from
dir1
to local e:\
excluding child
then move all files from dir1
to child
Regards.