Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tsh scp does not work correctly during multiple file uploads #2094

Closed
alex-kovoy opened this issue Jul 19, 2018 · 0 comments
Closed

tsh scp does not work correctly during multiple file uploads #2094

alex-kovoy opened this issue Jul 19, 2018 · 0 comments
Assignees

Comments

@alex-kovoy
Copy link
Contributor

During multiple file uploads as shown below, all files will be overriding each other if remote location is not a directory but a file.

./tsh scp file1 file2  file3 file4 root@one:newfile

Actual:
only 1 file is created in the home directory which is newfile with a content of file4

Expected behavior:
scp should show an error saying that given remote location is not a directory.

This happens on the current master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants