FileTransfer can optionally accept a single argument for local and remote
Currently FileTransfer accepts a local and remote argument. For convenience sake, we should implement behaviour so that if you supply only one argument, the local and remote are both set to that.
For example in FileTransfer("my_path") , the remote and local would both be "my_path" .
See comment for reference - Please update this example once implemented.
Edited by Luke Hackwell