DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=35304>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35304

           Summary: FTPClient: No reply codes available
           Product: Commons
           Version: 1.0.4
          Platform: All
        OS/Version: other
            Status: NEW
          Severity: blocker
          Priority: P5
         Component: Net
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: [EMAIL PROTECTED]


Unfortunately, many of the ftp client methods return a boolean value, only. This
is usually not suffient, since one does not know, why e.g. a file transfer was
not successful and thus can't take any measures to avoid/circumvent the 
problem. 
Also it is totally user-unfriendly, just to say, that e.g. an xfer was not
successful, without giving a hint why ...

OK, perhaps one might be able to do all actions, which are done in the
"highlevel" methods, manually using the "lowerlevel" commands to find out the
problem, but than using the whole FTPclient package doesn't make any sense
anymore (which is the current scenario I have :-( ).

So it would be quite useful, if all the "highlevel" methods would return the
reply code of the last action instead of the simple, almost nothing saying
true|false.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to