You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Eugène Adell (JIRA)" <ji...@apache.org> on 2019/03/04 22:10:00 UTC

[jira] [Created] (NET-667) FTP doesn't support size command

Eugène Adell created NET-667:
--------------------------------

             Summary: FTP doesn't support size command
                 Key: NET-667
                 URL: https://issues.apache.org/jira/browse/NET-667
             Project: Commons Net
          Issue Type: Improvement
          Components: FTP
    Affects Versions: 3.6
            Reporter: Eugène Adell


The class org.apache.commons.net.ftp.FTP which implements many FTP commands (cdup cwd  mkd ..) still doesn't support size command.

Indeed there is no size() method for this class, and org.apache.commons.net.ftp.FTPCmd doesn't have the SIZE constant (as a consequence we also couldn't call sendCommand("SIZE path") as a workaround).

 

Please don't misunderstand with FTPFile.getSize() which returns the size found from a list result (this size being also wrong when dealing with symlinks, but that's another story)

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)