I have a website that uses cPanel.
I created an ftp account, say called Rich, but it is created as [email protected]
cPanel does this automatically.
I can FTP connect fine. I do a checkout of the code from the exposed folder on the site with bazaar (bzr pull) fine.
When I commit, I get a failure as the commit tries the ftp upload with: [email protected] as the user. So I have a diagnosis of case sensitivity.
I am on a Win machine and cannot for the life of me figure out how to get the bzr repo configured to accept a change to the different ftp user name. Conversely, I do not know how to change the FTP account to make it a cap R.
I tried setting the bzr config items, but there really isn't a great example in the user docs of bzr of exactly how to do this or should I say an exact mapping of what represents what in relation to the internal workings of bzr.
Thanks.
try to specify required username in the URL to your master branch as ftp://[email protected]/path