Index
All Classes|All Packages
C
- cd(String) - Method in interface me.saro.kit.ee.ftp.Ftp
-
change directory
same method path(), cd() - close() - Method in interface me.saro.kit.ee.ftp.Ftp
-
close
- close() - Method in class me.saro.kit.ee.ftp.Ftps
- close() - Method in class me.saro.kit.ee.ftp.Sftp
D
- delete(String) - Method in interface me.saro.kit.ee.ftp.Ftp
-
remove file
- delete(String) - Method in class me.saro.kit.ee.ftp.Ftps
- delete(String) - Method in class me.saro.kit.ee.ftp.Sftp
E
- enterAsciiFileMode() - Method in class me.saro.kit.ee.ftp.Ftps
-
ASCII FILE MODE
default : BINARY FILE MODE - enterBinaryFileMode() - Method in class me.saro.kit.ee.ftp.Ftps
-
BINARY FILE MODE
default : BINARY FILE MODE - enterLocalActiveMode() - Method in class me.saro.kit.ee.ftp.Ftps
-
on active mode
default value : passive mode - enterLocalPassiveMode() - Method in class me.saro.kit.ee.ftp.Ftps
-
on passive mode
default value : passive mode - Excel - Class in me.saro.kit.ee.excel
- Excel() - Constructor for class me.saro.kit.ee.excel.Excel
F
- ftp(String, int) - Static method in interface me.saro.kit.ee.ftp.Ftp
- ftp(String, int, String, String) - Static method in interface me.saro.kit.ee.ftp.Ftp
- ftp(Ftps.FtpOpener) - Static method in interface me.saro.kit.ee.ftp.Ftp
- Ftp - Interface in me.saro.kit.ee.ftp
-
ftp
simple ftp class - ftps(boolean, String, int) - Static method in interface me.saro.kit.ee.ftp.Ftp
- ftps(boolean, String, int, String, String) - Static method in interface me.saro.kit.ee.ftp.Ftp
- ftps(Ftps.FtpsOpener) - Static method in interface me.saro.kit.ee.ftp.Ftp
- Ftps - Class in me.saro.kit.ee.ftp
-
FTP, FTPS
- Ftps(Ftps.FtpOpener) - Constructor for class me.saro.kit.ee.ftp.Ftps
- Ftps(Ftps.FtpsOpener) - Constructor for class me.saro.kit.ee.ftp.Ftps
- Ftps.FtpOpener - Interface in me.saro.kit.ee.ftp
- Ftps.FtpsOpener - Interface in me.saro.kit.ee.ftp
G
- getChannelSftp() - Method in class me.saro.kit.ee.ftp.Sftp
- getFTPClient() - Method in class me.saro.kit.ee.ftp.Ftps
- getSession() - Method in class me.saro.kit.ee.ftp.Sftp
H
- hasDirectory(String) - Method in interface me.saro.kit.ee.ftp.Ftp
-
has directory in path
- hasDirectory(String) - Method in class me.saro.kit.ee.ftp.Ftps
- hasDirectory(String) - Method in class me.saro.kit.ee.ftp.Sftp
- hasFile(String) - Method in interface me.saro.kit.ee.ftp.Ftp
-
has file in path
- hasFile(String) - Method in class me.saro.kit.ee.ftp.Ftps
- hasFile(String) - Method in class me.saro.kit.ee.ftp.Sftp
L
- listDirectories() - Method in interface me.saro.kit.ee.ftp.Ftp
-
get directory list in now path
- listDirectories() - Method in class me.saro.kit.ee.ftp.Ftps
- listDirectories() - Method in class me.saro.kit.ee.ftp.Sftp
- listDirectories(Predicate<String>) - Method in interface me.saro.kit.ee.ftp.Ftp
-
get directory list in now path
- listDirectories(Predicate<String>) - Method in class me.saro.kit.ee.ftp.Ftps
- listDirectories(Predicate<String>) - Method in class me.saro.kit.ee.ftp.Sftp
- listFiles() - Method in interface me.saro.kit.ee.ftp.Ftp
-
get file list in now path
- listFiles() - Method in class me.saro.kit.ee.ftp.Ftps
- listFiles() - Method in class me.saro.kit.ee.ftp.Sftp
- listFiles(Predicate<String>) - Method in interface me.saro.kit.ee.ftp.Ftp
-
get file list in now path
- listFiles(Predicate<String>) - Method in class me.saro.kit.ee.ftp.Ftps
- listFiles(Predicate<String>) - Method in class me.saro.kit.ee.ftp.Sftp
M
- me.saro.kit.ee.excel - package me.saro.kit.ee.excel
- me.saro.kit.ee.ftp - package me.saro.kit.ee.ftp
- mkdir(String) - Method in interface me.saro.kit.ee.ftp.Ftp
-
make new directory
- mkdir(String) - Method in class me.saro.kit.ee.ftp.Ftps
- mkdir(String) - Method in class me.saro.kit.ee.ftp.Sftp
O
- open() - Method in interface me.saro.kit.ee.ftp.Ftps.FtpOpener
- open() - Method in interface me.saro.kit.ee.ftp.Ftps.FtpsOpener
- open(Session) - Method in interface me.saro.kit.ee.ftp.Sftp.SftpOpener
- open(File, ThrowableConsumer<Workbook>) - Static method in class me.saro.kit.ee.excel.Excel
P
- path() - Method in interface me.saro.kit.ee.ftp.Ftp
-
get now path
same method path(), pwd() - path() - Method in class me.saro.kit.ee.ftp.Ftps
- path() - Method in class me.saro.kit.ee.ftp.Sftp
- path(String) - Method in interface me.saro.kit.ee.ftp.Ftp
-
move path
same method path(), cd() - path(String) - Method in class me.saro.kit.ee.ftp.Ftps
- path(String) - Method in class me.saro.kit.ee.ftp.Sftp
- pwd() - Method in interface me.saro.kit.ee.ftp.Ftp
-
print working directory
same method path(), pwd()
R
- recv(String, File) - Method in interface me.saro.kit.ee.ftp.Ftp
-
recv file
- recv(String, File) - Method in class me.saro.kit.ee.ftp.Ftps
- recv(String, File) - Method in class me.saro.kit.ee.ftp.Sftp
- recv(List<String>, File) - Method in interface me.saro.kit.ee.ftp.Ftp
-
recv file list
- rowStream(File, int, ThrowableConsumer<Stream<Row>>) - Static method in class me.saro.kit.ee.excel.Excel
S
- send(File) - Method in interface me.saro.kit.ee.ftp.Ftp
-
send file
- send(String, File) - Method in interface me.saro.kit.ee.ftp.Ftp
-
send file
- send(String, File) - Method in class me.saro.kit.ee.ftp.Ftps
- send(String, File) - Method in class me.saro.kit.ee.ftp.Sftp
- setUseEPSVwithIPv4(boolean) - Method in class me.saro.kit.ee.ftp.Ftps
-
user Extended Passive Mode with IPv4
default false - sftp(String, int) - Static method in interface me.saro.kit.ee.ftp.Ftp
- sftp(String, int, String, String) - Static method in interface me.saro.kit.ee.ftp.Ftp
- sftp(String, int, String, Sftp.SftpOpener) - Static method in interface me.saro.kit.ee.ftp.Ftp
- Sftp - Class in me.saro.kit.ee.ftp
-
SFTP it is not FTPS SFTP !
- Sftp(String, int, String, Sftp.SftpOpener) - Constructor for class me.saro.kit.ee.ftp.Sftp
- Sftp.SftpOpener - Interface in me.saro.kit.ee.ftp
T
- toDate(Cell, Date) - Static method in class me.saro.kit.ee.excel.Excel
- toDouble(Cell) - Static method in class me.saro.kit.ee.excel.Excel
- toDouble(Cell, double) - Static method in class me.saro.kit.ee.excel.Excel
- toString(Cell) - Static method in class me.saro.kit.ee.excel.Excel
All Classes|All Packages