Addition of SCP kind of Behaviors#5
Open
vishnuocv wants to merge 8 commits intofrowand:masterfrom
vishnuocv:master
Open
Addition of SCP kind of Behaviors#5vishnuocv wants to merge 8 commits intofrowand:masterfrom vishnuocv:master
vishnuocv wants to merge 8 commits intofrowand:masterfrom
vishnuocv:master
Conversation
Recursive copy, Wild card copy etc has been added Retain the permissions of the destination file as it is having in source. If source is a file and destination is a folder, a file with the name of source will be created in destination with the same name. The contribution was created in whole or in part by me and I have the right to submit it under the open source license indicated in the file; I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved. Signed-off-by: Vishnu Sankar vishnuocv@gmail.com
Added multiple file input
…urce Fix for erroneous filename handling in recursive_put Function Signed-off-by: Vishnu Sankar vishnuocv@gmail.com
Added Franks latest release + Recursive copy fixes
Relocating app
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Recursive copy, Wild card copy etc. has been added
Retain the permissions of the destination file as it is having in source.
If source is a file and destination is a folder, a file with the name of source will be created in destination.
Supports copying File to directory, Directory to directory, wildcards to directory and file to file..
The contribution was created in whole or in part by me and I have the right to submit it under the open source license indicated in the file;
I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved.
Signed-off-by: Vishnu Sankar vishnuocv@gmail.com