Android SFTP resumable download file

巧了我就是萌 提交于 2019-12-11 18:42:52

问题


In my project I want to use SFTP download process.Specially for resume download.. I used this lib for my android download project.

I used JSCH library for this.

I know only this library if there is any other method or API please let me know

for resume download process I follow the standard example which on its website..

SFTP Resume Download

But its not working ..

Actully value of "i" display -1 so , It not coming inside the loop

please help me to resolve the issue...

Anybody facing same issue for this...


回答1:


Our commercial library, edtFTPj/PRO, works on Android and supports resume in SFTP.



来源:https://stackoverflow.com/questions/10927102/android-sftp-resumable-download-file

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!