We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
newfile
file4
Expected behavior: scp should show an error saying that given remote location is not a directory.
This happens on the current master.
The text was updated successfully, but these errors were encountered:
russjones
No branches or pull requests
During multiple file uploads as shown below, all files will be overriding each other if remote location is not a directory but a file.
Actual:
only 1 file is created in the home directory which is
newfile
with a content offile4
Expected behavior:
scp should show an error saying that given remote location is not a directory.
This happens on the current master.
The text was updated successfully, but these errors were encountered: