Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download/upload asynchronously #1

Open
dotdeas opened this issue Jun 12, 2017 · 2 comments
Open

Download/upload asynchronously #1

dotdeas opened this issue Jun 12, 2017 · 2 comments

Comments

@dotdeas
Copy link

dotdeas commented Jun 12, 2017

Hi,

Love the work but is it possible to make the script work asynchronously, like php's ftp_nb_get? This would be useful for creating output of each file being uploaded or downloaded, or link it to a progressbar function to output some sort of info that its working on the operation and not just return true or false.

@hugsbrugs
Copy link
Owner

Yes that would be great, but not possible because my php-sftp lib based on https://github.com/phpseclib/phpseclib does not support this feature and I need those two libs (ph-ftp and php-sftp) to behave the same way to use them in my apps ... but you can fork it to a php-nb-ftp for example !

@dotdeas
Copy link
Author

dotdeas commented Jun 12, 2017

I understand, will make my own fork. Thanks for the great work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants