On Tue, Oct 28, 2014 at 7:21 PM, <to...@acm.org> wrote:

>  could this file syncing also work with FTP
>

No.  There needs to be a process that understands the Fossil repository on
both ends.  That does not exist on the remote side in the case of FTP.

It works for http: and https: because the remote side process is started
via CGI or SCGI.  It works for ssh: because the ssh command starts the
remote side process.  It works for file: because the client side and the
remote side are the same system.  It cannot work for ftp: though, because
ftp: does not have anything akin to CGI.

-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to