You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 !
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.
The text was updated successfully, but these errors were encountered: