Re: I need help to use find and curl together to upload a directory

2013-08-12 Thread Christoph Roland Murauer
Am 12.08.2013 um 18:46 schrieb James Youngman : > I don't clearly understand the problem you are trying to describe (you > might find it helpful to review > http://www.catb.org/esr/faqs/smart-questions.html). Are you saying > that find launches curl with an incorrect command-line?If so, what

Re: I need help to use find and curl together to upload a directory

2013-08-12 Thread James Youngman
On Mon, Aug 12, 2013 at 11:45 AM, Christoph Roland Murauer wrote: > Hello ! > > My WebHoster doesn't provide SSH or rsync so I decided to use find and curl > to upload my files on a FTPES (FTP over SSL / FTP over TLS) server. > > The curl part worked fine using > > curl -T ./filename -v -k -u use

I need help to use find and curl together to upload a directory

2013-08-12 Thread Christoph Roland Murauer
Hello ! My WebHoster doesn't provide SSH or rsync so I decided to use find and curl to upload my files on a FTPES (FTP over SSL / FTP over TLS) server. The curl part worked fine using curl -T ./filename -v -k -u user@name:password ftp://server/directory/ --ftp-ssl But when I try to upload a w