Bug 126219 - FTP ioslave cannot access FTP server on OpenVMS (syntax problem?)
Summary: FTP ioslave cannot access FTP server on OpenVMS (syntax problem?)
Status: RESOLVED DUPLICATE of bug 44241
Alias: None
Product: konqueror
Classification: Applications
Component: general (other bugs)
Version First Reported In: unspecified
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-25 14:03 UTC by Andreas K. Huettel
Modified: 2006-04-25 14:22 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas K. Huettel 2006-04-25 14:03:32 UTC
Version:            (using KDE KDE 3.4.2)
Installed from:    SuSE RPMs
Compiler:          (as in SuSE 10.0) 
OS:                Linux

I am trying to access a directory on an OpenVMS machine with FTP. With a command line client this works fine, when I use the OpenVMS directory syntax:

huettel@bellini:~> ftp xxx.dimes.tudelft.nl
Connected to xxx.dimes.tudelft.nl.
220 xxx.dimes.tudelft.nl FTP Server (Version 5.3) Ready.
Name (xxx.dimes.tudelft.nl:huettel): blablabla
331 Username blablabla requires a Password
Password:
230 User logged in.
Remote system type is VMS.
ftp> pwd
257 "USER$DISK:[PG5K.MANAGER]" is current directory.
ftp> cd USER$DISK:[PG5K.USERS.HUETTEL]
250-CWD command successful.
250 New default directory is USER$DISK:[PG5K.USERS.HUETTEL]

Trying to use Konqueror and a ftp URL, however, fails:

ftp://blablabla@xxx.dimes.tudelft.nl/USER$DISK:[PG5K.USERS.HUETTEL]

leads to the password prompt, the correct password is accepted, but then the error message
/USER$DISK:[PG5K.USERS.HUETTEL] could not be read 
appears. (this makes sense since the slash at the beginning of the path is wrong in this case.)

Any ideas how to fix this?
Best, Andreas
Comment 1 Tommi Tervo 2006-04-25 14:22:38 UTC

*** This bug has been marked as a duplicate of 44241 ***