sftp bugs
Matthieu Moy
Matthieu.Moy at imag.fr
Fri Dec 2 09:27:18 GMT 2005
Erik Bågfors <zindar at gmail.com> writes:
> Personally I think it's very important to be able to get into the
> relative path somehow. I think sftp urls is very good but I would
> also like to be able to scp syntax. For example "bzr push
> foo:public_html/bzr.dev" is so much simpler than "bzr push
> sftp://foo/home/adm/bagfors/public_html/bzr.dev"
True, but by definition, "scp" does not need to know that you'll be
using ssh. For bzr, the "sftp://" needs to be mentionned somewhere in
the URL, because otherwise it can't guess the protocol.
Also, the ':' in the scp syntax is not a good idea here, because it
makes it ambiguous with the port number.
--
Matthieu
More information about the bazaar
mailing list