forgot to mention,
-r means recursively dig everything in your "some folder" in to the
"/mnt/hda/Another Folder/Some Folder"'
if is a file you do not need the -r, because you are moving a folder and it is not empty, SCP is like sftp it does not allow.
but if you are the unix prompt (you are the owner) you can move a folder and everything in it will be moved, no need to specify -r
-r is famous, chmod -R, ls -lR, rm -f -r..... everywhere use the R for recursive digging in to sub sub-sub sub-sub-sub directories..
-r means recursively dig everything in your "some folder" in to the
"/mnt/hda/Another Folder/Some Folder"'
if is a file you do not need the -r, because you are moving a folder and it is not empty, SCP is like sftp it does not allow.
but if you are the unix prompt (you are the owner) you can move a folder and everything in it will be moved, no need to specify -r
-r is famous, chmod -R, ls -lR, rm -f -r..... everywhere use the R for recursive digging in to sub sub-sub sub-sub-sub directories..