QSsh
QSsh copied to clipboard
SFTP upload directory make append dir path optional
When uploading a directory via SFTP make appending the directory name optional.
Previously, when uploading
xxx/myDir/*
the directory name myDir would be automatically appended to the destination:
yyy/destination/myDir/*
This change allows now to upload the contents of myDir directly to destination:
yyy/destination/*
@sandsmark can you please have a look why the pipeline fails?