godfat / rest-core

Various rest-builder middleware for building REST clients.
Apache License 2.0
57 stars 13 forks source link

FTP client support #7

Closed khoan closed 10 years ago

khoan commented 10 years ago

is this on the roadmap? or ftp is already supported but undocumented currently?

godfat commented 10 years ago

Sorry, no. Why do you think it might be useful? Since FTP is for file exchanging, I am not sure if we need middleware to handle files?

khoan commented 10 years ago

I was working on some data feed that's delivered over ftp and wanted to use rest core as the client. I'll hack something on top of net/ftp. Cheers.

godfat commented 10 years ago

ok, hope that works well :)