Re: *FIXED* 301 Moved Permently
Add a slash to the target path:
mv test.txt /home/eg/archiv/
mv test.txt /home/eg/archiv/
Archive
folder from get
command using -filemask=|Archive/
.
mv
. And even if it was, it won't be transactionally safe. What if a file is added just between get
and mv
?
*.?*
instead of *.*
. That will match only files (and folders) which have some extension (so not Archive
).