Home
last modified time | relevance | path

Searched refs:SFTPv3FileHandle (Results 1 – 5 of 5) sorted by relevance

/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
DSFTPv3Client.java187 private void checkHandleValidAndOpen(SFTPv3FileHandle handle) throws IOException in checkHandleValidAndOpen()
376 public SFTPv3FileAttributes fstat(SFTPv3FileHandle handle) throws IOException in fstat()
602 public void fsetstat(SFTPv3FileHandle handle, SFTPv3FileAttributes attr) throws IOException in fsetstat()
767 public final SFTPv3FileHandle openDirectory(String path) throws IOException in openDirectory()
793 return new SFTPv3FileHandle(this, tr.readByteString()); in openDirectory()
911 SFTPv3FileHandle handle = openDirectory(dirName); in ls()
1032 public SFTPv3FileHandle openFileRO(String fileName) throws IOException in openFileRO()
1044 public SFTPv3FileHandle openFileRW(String fileName) throws IOException in openFileRW()
1063 public SFTPv3FileHandle openFileRWAppend(String fileName) throws IOException in openFileRWAppend()
1082 public SFTPv3FileHandle openFileWAppend(String fileName) throws IOException in openFileWAppend()
[all …]
DSFTPv3FileHandle.java14 public class SFTPv3FileHandle class
20 protected SFTPv3FileHandle(SFTPv3Client client, byte[] h) in SFTPv3FileHandle() method in SFTPv3FileHandle
DSFTPOutputStream.java16 private SFTPv3FileHandle handle;
23 public SFTPOutputStream(SFTPv3FileHandle handle) { in SFTPOutputStream()
DSFTPInputStream.java16 private SFTPv3FileHandle handle;
23 public SFTPInputStream(SFTPv3FileHandle handle) { in SFTPInputStream()
/external/ganymed-ssh2/
DHISTORY.txt15 - SFTPInputStream and SFTPOutputStream to read or write from a SFTPv3FileHandle compatible with sta…