Re: ftp uploading files

2014-10-31 Thread Mike Gran
I've never actually tried it, and I don't have any access to a box where I can try it right now. You'd probably need to use the git release, which has the 'readdata' option which isn't in the last official release. And then you'd probably do something like this. (define handle (curl-easy-init)) (

ftp uploading files

2014-10-30 Thread Konrad Makowski
Hello, Can you give an example of uploading files to an ftp server with guile-curl? konrad