Issue Details (XML | Word | Printable)

Key: NET-27
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Unassigned
Reporter: Stéphane ESTE-GRACIAS
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Commons Net

FTPClient getSystem method call returns null value on VMS system

Created: 29/Jul/03 12:20 AM   Updated: 20/Sep/07 05:31 AM
Return to search
Component/s: None
Affects Version/s: 1.0
Fix Version/s: None

Time Tracking:
Not Specified

Environment:
Operating System: other
Platform: All

Bugzilla Id: 21937


 Description  « Hide
FTPClient getSystem method call returns null value on VMS systems.

This command is successfully processed by server, and its response was "200 VMS
OpenVMS 7.2 ......".

getSystem method is waiting only for "215" (SYSTEM_NAME) response, but "200" is
an other right response (COMMAND_OK).



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Daniel Savarese added a comment - 29/Jul/03 09:48 AM
Technically, the server should only send a 215 response, but we live in the
real world where all things are not as they should be so I just changed the
code to accept a positive completion (any 2xx response). That should fix
the problem without breaking anything for anyone else.