Which protocol should I use for communication to central server?

Patapon l6g at lavabit.com
Mon Sep 21 01:43:36 BST 2009


sftp or ftp or bzr, which one is the most reliable choice? I have tried
Guildftp (A free and stable ftp server), and fails at
bzr init-repo ftp://anonymous@localhost/proj

D:\temp\proj>bzr init-repo ftp://anonymous@localhost/proj
> bzr: ERROR: ftplib.error_proto:
>
> Traceback (most recent call last):
>   File "bzrlib\commands.pyo", line 835, in exception_to_return_code
>   File "bzrlib\commands.pyo", line 1030, in run_bzr
>   File "bzrlib\commands.pyo", line 647, in run_argv_aliases
>   File "bzrlib\builtins.pyo", line 1792, in run
>   File "bzrlib\bzrdir.pyo", line 1850, in initialize_on_transport
>   File "bzrlib\bzrdir.pyo", line 1985, in _initialize_on_transport_vfs
>   File "bzrlib\lockable_files.pyo", line 114, in __init__
>   File "bzrlib\lockable_files.pyo", line 159, in _find_modes
>   File "bzrlib\transport\ftp\__init__.pyo", line 569, in stat
>   File "bzrlib\transport\ftp\__init__.pyo", line 69, in __init__
>   File "ftplib.pyo", line 510, in size
>   File "ftplib.pyo", line 241, in sendcmd
>   File "ftplib.pyo", line 217, in getresp
> error_proto
>
> bzr 1.17 on python 2.5.4 (win32)
> arguments: ['bzr', 'init-repo', 'ftp://anonymous@localhost/proj']
> encoding: 'cp936', fsenc: 'mbcs', lang: None
> plugins:
>   bzrtools             C:\Program Files\Bazaar\plugins\bzrtools [1.17]
>   launchpad            C:\Program Files\Bazaar\plugins\launchpad [1.17]
>   netrc_credential_store C:\Program
> Files\Bazaar\plugins\netrc_credential_store
> [1.17]
>   qbzr                 C:\Program Files\Bazaar\plugins\qbzr [0.12]
>   rebase               C:\Program Files\Bazaar\plugins\rebase [0.5.2]
>   svn                  C:\Program Files\Bazaar\plugins\svn [0.6.3]
> *** Bazaar has encountered an internal error.
>     Please report a bug at https://bugs.launchpad.net/bzr/+filebug
>     including this traceback, and a description of what you
>     were doing when the error occurred.
>
> D:\temp\proj>
>


Prefix Description  file:// <file:///> Access using the standard filesystem
(default) sftp:// Access using SFTP (most SSH servers provide SFTP).
bzr:// Fast
access using the Bazaar smart server. ftp:// <ftp:///> Access using passive
FTP. http:// <http:///> Read-only access to branches exported by a web
server.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.ubuntu.com/archives/bazaar/attachments/20090921/73d508a9/attachment-0002.htm 


More information about the bazaar mailing list