You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the local working directory is /a/b/c, and I run put --parents d/e/f, yafc will create a/b/c/d/e/f on the remote. I think it would be more intuitive if it creates d/e/f instead, similar to put --recursive but only including the specified file. If the user intends to create a directory hierarchy mirroring the local root, they can still lcd / before running put --parent.
The text was updated successfully, but these errors were encountered:
If the local working directory is
/a/b/c
, and I runput --parents d/e/f
, yafc will createa/b/c/d/e/f
on the remote. I think it would be more intuitive if it createsd/e/f
instead, similar toput --recursive
but only including the specified file. If the user intends to create a directory hierarchy mirroring the local root, they can stilllcd /
before runningput --parent
.The text was updated successfully, but these errors were encountered: