diff options
Diffstat (limited to 'org.eclipse.jgit/src/org/eclipse/jgit/transport/FtpChannel.java')
-rw-r--r-- | org.eclipse.jgit/src/org/eclipse/jgit/transport/FtpChannel.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/transport/FtpChannel.java b/org.eclipse.jgit/src/org/eclipse/jgit/transport/FtpChannel.java index 6d5b5e61ec..5d334e67f7 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/transport/FtpChannel.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/transport/FtpChannel.java @@ -81,6 +81,8 @@ public interface FtpChannel { void disconnect(); /** + * Whether the FtpChannel is connected + * * @return whether the {@link FtpChannel} is connected */ boolean isConnected(); @@ -96,6 +98,8 @@ public interface FtpChannel { void cd(String path) throws IOException; /** + * Get current remote directory path + * * @return the current remote directory path * @throws IOException * if an IO error occurred |