Save This Page
Home » jsch-0.1.39 » com.jcraft.jsch » [javadoc | source]
com.jcraft.jsch
public class: ChannelSftp [javadoc | source]
java.lang.Object
   com.jcraft.jsch.Channel
      com.jcraft.jsch.ChannelSession
         com.jcraft.jsch.ChannelSftp

All Implemented Interfaces:
    Runnable

Nested Class Summary:
class  ChannelSftp.Header   
public class  ChannelSftp.LsEntry   
Field Summary
public static final  int SSH_FX_OK     
public static final  int SSH_FX_EOF     
public static final  int SSH_FX_NO_SUCH_FILE     
public static final  int SSH_FX_PERMISSION_DENIED     
public static final  int SSH_FX_FAILURE     
public static final  int SSH_FX_BAD_MESSAGE     
public static final  int SSH_FX_NO_CONNECTION     
public static final  int SSH_FX_CONNECTION_LOST     
public static final  int SSH_FX_OP_UNSUPPORTED     
public static final  int OVERWRITE     
public static final  int RESUME     
public static final  int APPEND     
Fields inherited from com.jcraft.jsch.ChannelSession:
agent_forwarding,  xforwading,  env,  pty,  ttype,  tcol,  trow,  twp,  thp,  terminal_mode
Fields inherited from com.jcraft.jsch.Channel:
SSH_MSG_CHANNEL_OPEN_CONFIRMATION,  SSH_MSG_CHANNEL_OPEN_FAILURE,  SSH_MSG_CHANNEL_WINDOW_ADJUST,  SSH_OPEN_ADMINISTRATIVELY_PROHIBITED,  SSH_OPEN_CONNECT_FAILED,  SSH_OPEN_UNKNOWN_CHANNEL_TYPE,  SSH_OPEN_RESOURCE_SHORTAGE,  index,  id,  recipient,  type,  lwsize_max,  lwsize,  lmpsize,  rwsize,  rmpsize,  io,  thread,  eof_local,  eof_remote,  close,  connected,  exitstatus,  reply,  connectTimeout,  notifyme
Method from com.jcraft.jsch.ChannelSftp Summary:
_put,   cd,   chgrp,   chmod,   chown,   disconnect,   exit,   get,   get,   get,   get,   get,   get,   get,   get,   get,   get,   get,   getExtension,   getHome,   getServerVersion,   init,   lcd,   lpwd,   ls,   lstat,   mkdir,   put,   put,   put,   put,   put,   put,   put,   put,   put,   put,   put,   put,   pwd,   quit,   readlink,   realpath,   rename,   rm,   rmdir,   setFilenameEncoding,   setMtime,   setStat,   start,   stat,   symlink,   version
Methods from com.jcraft.jsch.ChannelSession:
run,   sendRequests,   setAgentForwarding,   setEnv,   setEnv,   setEnv,   setPty,   setPtySize,   setPtyType,   setPtyType,   setTerminalMode,   setXForwarding
Methods from com.jcraft.jsch.Channel:
addRemoteWindowSize,   close,   connect,   connect,   del,   disconnect,   disconnect,   eof,   eof_remote,   getChannel,   getChannel,   getData,   getExitStatus,   getExtInputStream,   getId,   getInputStream,   getOutputStream,   getRecipient,   getSession,   init,   isClosed,   isConnected,   isEOF,   run,   sendOpenConfirmation,   sendOpenFailure,   sendSignal,   setExitStatus,   setExtOutputStream,   setExtOutputStream,   setInputStream,   setInputStream,   setLocalPacketSize,   setLocalWindowSize,   setLocalWindowSizeMax,   setOutputStream,   setOutputStream,   setRecipient,   setRemotePacketSize,   setRemoteWindowSize,   setSession,   setXForwarding,   start,   write,   write,   write_ext
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.jcraft.jsch.ChannelSftp Detail:
 public  void _put(InputStream src,
    String dst,
    SftpProgressMonitor monitor,
    int mode) throws SftpException 
 public  void cd(String path) throws SftpException 
 public  void chgrp(int gid,
    String path) throws SftpException 
 public  void chmod(int permissions,
    String path) throws SftpException 
 public  void chown(int uid,
    String path) throws SftpException 
 public  void disconnect() 
 public  void exit() 
 public InputStream get(String src) throws SftpException 
 public  void get(String src,
    String dst) throws SftpException 
 public  void get(String src,
    OutputStream dst) throws SftpException 
 public InputStream get(String src,
    SftpProgressMonitor monitor) throws SftpException 
 public InputStream get(String src,
    int mode) throws SftpException 
Deprecated! This - method will be deleted in the future.

 public  void get(String src,
    String dst,
    SftpProgressMonitor monitor) throws SftpException 
 public  void get(String src,
    OutputStream dst,
    SftpProgressMonitor monitor) throws SftpException 
 public InputStream get(String src,
    SftpProgressMonitor monitor,
    int mode) throws SftpException 
Deprecated! This - method will be deleted in the future.

 public InputStream get(String src,
    SftpProgressMonitor monitor,
    long skip) throws SftpException 
 public  void get(String src,
    String dst,
    SftpProgressMonitor monitor,
    int mode) throws SftpException 
 public  void get(String src,
    OutputStream dst,
    SftpProgressMonitor monitor,
    int mode,
    long skip) throws SftpException 
 public String getExtension(String key) 
 public String getHome() throws SftpException 
 public int getServerVersion() throws SftpException 
  void init() 
 public  void lcd(String path) throws SftpException 
 public String lpwd() 
 public Vector ls(String path) throws SftpException 
 public SftpATTRS lstat(String path) throws SftpException 
 public  void mkdir(String path) throws SftpException 
 public OutputStream put(String dst) throws SftpException 
 public  void put(String src,
    String dst) throws SftpException 
 public  void put(InputStream src,
    String dst) throws SftpException 
 public OutputStream put(String dst,
    int mode) throws SftpException 
 public  void put(String src,
    String dst,
    int mode) throws SftpException 
 public  void put(String src,
    String dst,
    SftpProgressMonitor monitor) throws SftpException 
 public  void put(InputStream src,
    String dst,
    int mode) throws SftpException 
 public  void put(InputStream src,
    String dst,
    SftpProgressMonitor monitor) throws SftpException 
 public OutputStream put(String dst,
    SftpProgressMonitor monitor,
    int mode) throws SftpException 
 public  void put(String src,
    String dst,
    SftpProgressMonitor monitor,
    int mode) throws SftpException 
 public  void put(InputStream src,
    String dst,
    SftpProgressMonitor monitor,
    int mode) throws SftpException 
 public OutputStream put(String dst,
    SftpProgressMonitor monitor,
    int mode,
    long offset) throws SftpException 
 public String pwd() throws SftpException 
 public  void quit() 
 public String readlink(String path) throws SftpException 
 public String realpath(String path) throws SftpException 
 public  void rename(String oldpath,
    String newpath) throws SftpException 
 public  void rm(String path) throws SftpException 
 public  void rmdir(String path) throws SftpException 
 public  void setFilenameEncoding(String encoding) throws SftpException 
 public  void setMtime(String path,
    int mtime) throws SftpException 
 public  void setStat(String path,
    SftpATTRS attr) throws SftpException 
 public  void start() throws JSchException 
 public SftpATTRS stat(String path) throws SftpException 
 public  void symlink(String oldpath,
    String newpath) throws SftpException 
 public String version()