Mayur Maheshwari(OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-opw-574727-port-mma into
lp:openobject-addons.
Requested reviews:
OpenERP Core Team (openerp)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-opw-574727-port-mma/+merge/132311
Hello,
When using Filezilla client to connect to FTP in windows machine, it raises an
error,
Steps to reproduce:
1. Install Filezilla, Open it,
2. Give required parameters(host, username, password, port),
3. Click on QuickConnect,
4. I see the databasename
5. Click on databasename gives error “550 invalid database path”
Code is forward port from 6.1
Thanks
Mayur
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-opw-574727-port-mma/+merge/132311
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-opw-574727-port-mma.
=== modified file 'document_ftp/ftpserver/abstracted_fs.py'
--- document_ftp/ftpserver/abstracted_fs.py 2012-10-25 13:09:30 +0000
+++ document_ftp/ftpserver/abstracted_fs.py 2012-10-31 12:27:24 +0000
@@ -272,7 +272,7 @@
if path.startswith('/'):
path = path[1:]
- p_parts = path.split('/') # hard-code the unix sep here, by spec.
+ p_parts = path.split(os.sep) # hard-code the unix sep here, by spec.
assert '..' not in p_parts
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help : https://help.launchpad.net/ListHelp