QSsh icon indicating copy to clipboard operation
QSsh copied to clipboard

SFTP upload directory make append dir path optional

Open drpeterfranz opened this issue 3 years ago • 1 comments

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/*

drpeterfranz avatar Oct 04 '22 19:10 drpeterfranz

@sandsmark can you please have a look why the pipeline fails?

drpeterfranz avatar Oct 13 '22 18:10 drpeterfranz