[Haskell-cafe] http/ftp library
Bulat Ziganshin
bulat.ziganshin at gmail.com
Fri Nov 23 01:29:13 EST 2007
Hello Haskell-Cafe,
i write a file-processing utility and want to allow users open URLs
like the usual files. for this, i need a library with minimum the
following http functionality:
getFileSize url
readBuf url bufPtr offset size
ideally, it should also support ftp and allow to create ftp files:
h <- create url
writeBuf h bufPtr size
close h
what libraries can i use? ghc 6.6.1, if it's important
--
Best regards,
Bulat mailto:Bulat.Ziganshin at gmail.com
More information about the Haskell-Cafe
mailing list