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)

Reply via email to