Session plugin - saving problem ftp user
Submitted by Wednesday, 6 April, 2011 - 09:52
on
There's an error when saving a session with files that are opened from a ftp-server and where you need to use domain name and user name to log on to the ftp-server.
An example:
I open file ftp://domainname\user@host.com:21/file.txt
Session saves this: ftp://domainname/user@host.com:21/file.txt
jEdit tryes to open: ftp://domainname:21/user@host.com:21/file.txt
If session had saved ftp://domainname\user@host.com:21/file.txt, it wouldn't be a problem.
An example:
I open file ftp://domainname\user@host.com:21/file.txt
Session saves this: ftp://domainname/user@host.com:21/file.txt
jEdit tryes to open: ftp://domainname:21/user@host.com:21/file.txt
If session had saved ftp://domainname\user@host.com:21/file.txt, it wouldn't be a problem.