You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2020/06/07 17:52:39 UTC

[GitHub] [commons-vfs] moikeygraham commented on a change in pull request #82: VFS-257 - FTP: Add support for MDTM to get more accurate last modified times

moikeygraham commented on a change in pull request #82:
URL: https://github.com/apache/commons-vfs/pull/82#discussion_r436386589



##########
File path: commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/ftp/FtpClient.java
##########
@@ -69,5 +69,14 @@ default void setBufferSize(final int bufferSize) throws FileSystemException {
     }
 
     OutputStream storeFileStream(String relPath) throws IOException;
-
+    
+    default boolean features() throws IOException {

Review comment:
       It's named the same as the delegate FTPClient method. I've renamed to `getRemoteFtpFeatures`




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org