Copy folder using SFTP
Hello,
I have directory tree like:
-a
--f
---z.txt
-b
--f
When I'm trying to copy a/f to b (using SFTP session) then I've got structure like:
-a
--f
---z.txt
-b
--f
---f
----z.txt
f should be child of b, not b/f. (Copying many folders in the same time results b/f/f, b/g/g, b/h/h etc.).
I hope this is easy to understand ;)
This is nothing extremely annoying but a little troublesome.
I have directory tree like:
-a
--f
---z.txt
-b
--f
When I'm trying to copy a/f to b (using SFTP session) then I've got structure like:
-a
--f
---z.txt
-b
--f
---f
----z.txt
f should be child of b, not b/f. (Copying many folders in the same time results b/f/f, b/g/g, b/h/h etc.).
I hope this is easy to understand ;)
This is nothing extremely annoying but a little troublesome.