Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[stage/update] Handle putting/deleting files in series
Bug: Handling the two tasks of deleting and putting files in parallel, on the same connection, causes issue as commands to handle each scenario are passed over and are persisted to the following actions. Since the same connection is used, we need some order in handling the files Fix: The actions are handled in series. First, put then delete. Not parallel. Each of the files, in the actions, are handled in series. One file after the other. Not all at the same time. References: * Sending multiple files: sergi/jsftp#66
- Loading branch information