-
Notifications
You must be signed in to change notification settings - Fork 22
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
Windows Support? #86
Comments
Hi there. Thank you! No reason except human resources :-). We’ve heard it compiles on windows, not sure if it runs. Do you want to try it and give feedback? |
@hannesdejager - Thank you for your reply. I am new to Rust but definitely would like to try and build-test this on Windows. |
Would be nice to get some feedback on this. I don’t have a windows machine or vm set up at the moment to test on windows, but would be nice if it works there too |
Build on Windows failed:
|
This fixes building on Windows by putting the unix specific signal handling behind a cfg attribute and adding Windows specific handling too. Adresses #86
This fixes building on Windows by putting the unix specific signal handling behind a cfg attribute and adding Windows specific handling too. Adresses #86
This fixes building on Windows by putting the unix specific signal handling behind a cfg attribute and adding Windows specific handling too. Adresses #86
Hi @ramkumarkb , @J-F-Liu . I've fixed the windows builds and there is a build available here now: https://github.com/bolcom/unFTP/actions/runs/4246819517 Do you perhaps want to test it out for us and give feedback? |
Did a simple test for download and upload files, works well, thanks. |
@J-F-Liu Great thank you for checking |
@hannesdejager - Thank you very much for this Windows build. I will test the same in the next couple of days and will report back. |
I'm closing this ticket. If new issues are found on windows we can log more specific issues. |
Hi,
First of all, thank you for this wonderful project.
I was wondering if there are any limitations to support Windows platform for unFTP?
The text was updated successfully, but these errors were encountered: