[EMAIL PROTECTED] wrote:
>
>On Fri, 2005-12-02 at 17:41 +, Manuel
>López-Ibáñez wrote:
>> I am sorry, the rsync algorithm needs to execute
>rsync on the server.
>> Since ftp does not allow executing remote
>programs (as ssh does), even
>> if there exists a rsync executable installed in
>the s
On Fri, 2005-12-02 at 17:41 +, Manuel López-Ibáñez wrote:
> I am sorry, the rsync algorithm needs to execute rsync on the server.
> Since ftp does not allow executing remote programs (as ssh does), even
> if there exists a rsync executable installed in the server and you have
> permission to
Here are some suggestions for ftp clients:
ftp
wget
ncftp
all of the above can be scripted and automated to download or upload
specific files.
Regards,
Brad.
On 2 Dec 2005, at 17:25, Marten Lehmann wrote:
Hello,
from a server where neither a rsync daemon nor ssh is running I'm
trying
Of course, if someone can correct me or improve my answer, please feel
free to do so, I am subscribed to this list to learn about rsync.
Maybe we should consider this question for the FAQ.
Best regards,
Manuel.
Manuel López-Ibáñez wrote:
I am sorry, the rsync algorithm needs to execut
I am sorry, the rsync algorithm needs to execute rsync on the server.
Since ftp does not allow executing remote programs (as ssh does), even
if there exists a rsync executable installed in the server and you have
permission to execute it, using ftp you cannot execute it. So your
command won't w
On Fri, 2005-12-02 18:25:37 +0100, Marten Lehmann <[EMAIL PROTECTED]> wrote:
> from a server where neither a rsync daemon nor ssh is running I'm trying
> to backup the whole data with ftp. So my idea was to call rsync like this:
>
> rsync -v -a 'ftp://1.2.3.4/' my_folder
Do you really expect a p