Pedro Fonseca

Results 3 issues of Pedro Fonseca

This adds 2 missing exports to hs.def: - hs_compile_lit - hs_compile_lit_multi

Great project :) Is it possible to add support for building on Windows?

This adds resume capability to `SftpClient.UploadFile()` , `SftpClient.DownloadFile()`, as well as to the `BeginUploadFile()` and `BeginDownloadFile()` variants. The API remains unchanged. Resume is triggered simply by changing the current Position...