Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.yaftp.ftp.FtpSessionOs

Uses of FtpSessionOs in com.yaftp.ftp
 

Fields in com.yaftp.ftp declared as FtpSessionOs
(package private)  FtpSessionOs FtpServerTypeChoiceCombo._selectedOs
           
private  FtpSessionOs FtpClientSession._serverOS
           
private  FtpSessionOs Ftp._ftpOs
           
 

Methods in com.yaftp.ftp that return FtpSessionOs
 FtpSessionOs FtpServerTypeChoiceCombo.get_selectedOs()
           
 FtpSessionOs Ftp.get_ftpOs()
           
 

Methods in com.yaftp.ftp with parameters of type FtpSessionOs
 void FtpClientSession.login(java.lang.String userID, java.lang.String passwd, FtpSessionOs ftpOs)
          Log in into FTP server
 void FtpClientSession.CommandSocket.LOGIN(java.lang.String userid, java.lang.String Passwd, FtpSessionOs sessionOs)
           
 void Ftp.set_ftpOs(FtpSessionOs ftpos)