hierynomus / sshj

ssh, scp and sftp for java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SFTP omits folders when uploading files with sub folders with the same name

paulvanderende opened this issue · comments

when uploading a file through SFTP with relative path that contains repetitive folders, like test/test/file.txt, the "test" folder is omitted, and the file is uploaded as test/file.txt.