Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Secure FTP Factory
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
J
L
M
N
P
R
S
T
U
V
W
M
main(String[])
- Static method in class com.jscape.ftcl.
FTCL
Launches FTCL application.
makeDir(String)
- Method in interface com.jscape.filetransfer.
FileTransfer
Makes directory on server.
makeDir(String)
- Method in class com.jscape.filetransfer.
FtpsTransfer
See FileTransfer interface for method description.
makeDir(String)
- Method in class com.jscape.filetransfer.
FtpTransfer
See FileTransfer interface for method description.
makeDir(String)
- Method in class com.jscape.filetransfer.
SftpTransfer
See FileTransfer interface for method description.
makeDir(String)
- Method in class com.jscape.inet.ftp.
Ftp
Makes directory on FTP server.
makeDir(String)
- Method in class com.jscape.inet.ftps.
Ftps
Makes directory on FTP server.
makeDir(String)
- Method in class com.jscape.inet.sftp.
Sftp
Makes directory on SSH server.
makeDirRecursive(String)
- Method in interface com.jscape.filetransfer.
FileTransfer
Makes directory on server, creating subdirectories if necessary.
makeDirRecursive(String)
- Method in class com.jscape.filetransfer.
FtpsTransfer
See FileTransfer interface for method description.
makeDirRecursive(String)
- Method in class com.jscape.filetransfer.
FtpTransfer
See FileTransfer interface for method description.
makeDirRecursive(String)
- Method in class com.jscape.filetransfer.
SftpTransfer
See FileTransfer interface for method description.
makeDirRecursive(String)
- Method in class com.jscape.inet.ftp.
Ftp
Makes directory on FTP server, creating subdirectories if necessary.
makeDirRecursive(String)
- Method in class com.jscape.inet.ftps.
Ftps
Makes directory on FTP server, creating subdirectories if necessary.
makeDirRecursive(String)
- Method in class com.jscape.inet.sftp.
Sftp
Makes directory on SSH server, creating subdirectories if necessary.
makeLocalDir(String)
- Method in interface com.jscape.filetransfer.
FileTransfer
Creates local directory.
makeLocalDir(String)
- Method in class com.jscape.filetransfer.
FtpsTransfer
See FileTransfer interface for method description.
makeLocalDir(String)
- Method in class com.jscape.filetransfer.
FtpTransfer
See FileTransfer interface for method description.
makeLocalDir(String)
- Method in class com.jscape.filetransfer.
SftpTransfer
See FileTransfer interface for method description.
makeLocalDir(String)
- Method in class com.jscape.inet.ftp.
Ftp
Creates local directory.
makeLocalDir(String)
- Method in class com.jscape.inet.ftps.
Ftps
Creates local directory.
makeLocalDir(String)
- Method in class com.jscape.inet.sftp.
Sftp
Creates local directory.
mdelete(String)
- Method in interface com.jscape.filetransfer.
FileTransfer
Deletes multiple files in servers current directory matching regular expression.
mdelete(String)
- Method in class com.jscape.filetransfer.
FtpsTransfer
Deletes multiple files matching filter to FTP server's current directory.
mdelete(String)
- Method in class com.jscape.filetransfer.
FtpTransfer
Deletes multiple files matching filter to FTP server's current directory.
mdelete(String)
- Method in class com.jscape.filetransfer.
SftpTransfer
Deletes multiple files matching filter to SFTP server's current directory.
mdelete(String)
- Method in class com.jscape.inet.ftp.
Ftp
Deletes multiple files matching regular expression in FTP server's current directory.
mdelete(String)
- Method in class com.jscape.inet.ftps.
Ftps
Deletes multiple files matching regular in FTP server's current directory.
mdelete(String)
- Method in class com.jscape.inet.sftp.
Sftp
Deletes multiple files matching regular expression from SSH server's current directory.
mdownload(Enumeration)
- Method in interface com.jscape.filetransfer.
FileTransfer
Downloads specified files in current working remote directory from server to local directory.
mdownload(String)
- Method in interface com.jscape.filetransfer.
FileTransfer
Downloads multiple files matching regular expression from server's current directory.
mdownload(Enumeration)
- Method in class com.jscape.filetransfer.
FtpsTransfer
See FileTransfer interface for method description.
mdownload(String)
- Method in class com.jscape.filetransfer.
FtpsTransfer
See FileTransfer interface for method description.
mdownload(Enumeration)
- Method in class com.jscape.filetransfer.
FtpTransfer
See FileTransfer interface for method description.
mdownload(String)
- Method in class com.jscape.filetransfer.
FtpTransfer
See FileTransfer interface for method description.
mdownload(Enumeration)
- Method in class com.jscape.filetransfer.
SftpTransfer
See FileTransfer interface for method description.
mdownload(String)
- Method in class com.jscape.filetransfer.
SftpTransfer
See FileTransfer interface for method description.
mdownload(Enumeration)
- Method in class com.jscape.inet.ftp.
Ftp
Downloads specified files in current working remote directory from FTP server to local directory.
mdownload(String)
- Method in class com.jscape.inet.ftp.
Ftp
Downloads multiple files matching regular expression from FTP server current directory.
mdownload(Enumeration)
- Method in class com.jscape.inet.ftps.
Ftps
Downloads specified files in current working remote directory from FTP server to local directory.
mdownload(String)
- Method in class com.jscape.inet.ftps.
Ftps
Downloads multiple files matching regular expression from FTP server's current directory.
mdownload(String, Enumeration)
- Method in class com.jscape.inet.scp.
Scp
Downloads specified files in current working remote directory from SSH server to local directory.
mdownload(String, Iterator)
- Method in class com.jscape.inet.scp.
Scp
Downloads specified files in current working remote directory from SSH server to local directory.
mdownload(String, String[])
- Method in class com.jscape.inet.scp.
Scp
Downloads specified files in current working remote directory from SSH server to local directory.
mdownload(String, String)
- Method in class com.jscape.inet.scp.
Scp
Downloads multiple files matching filter from SSH server's directory.
mdownload(Enumeration)
- Method in class com.jscape.inet.sftp.
Sftp
Downloads specified files in current working remote directory from SSH server to local directory.
mdownload(String)
- Method in class com.jscape.inet.sftp.
Sftp
Downloads multiple files matching filter from SSH server's current directory.
mtransfer(Ftp, Ftp, String)
- Method in class com.jscape.inet.ftp.
Fxp
Transfer files matching regular expression from source FTP server to destination FTP server.
mtransfer(Ftps, Ftps, String)
- Method in class com.jscape.inet.ftps.
Fxps
Transfer files matching filter from source FTP server to destination FTP server
mupload(Enumeration)
- Method in interface com.jscape.filetransfer.
FileTransfer
Uploads multiple files to server.
mupload(String)
- Method in interface com.jscape.filetransfer.
FileTransfer
Uploads multiple files matching regular expression to server's current directory.
mupload(Enumeration)
- Method in class com.jscape.filetransfer.
FtpsTransfer
See FileTransfer interface for method description.
mupload(String)
- Method in class com.jscape.filetransfer.
FtpsTransfer
See FileTransfer interface for method description.
mupload(Enumeration)
- Method in class com.jscape.filetransfer.
FtpTransfer
See FileTransfer interface for method description.
mupload(String)
- Method in class com.jscape.filetransfer.
FtpTransfer
See FileTransfer interface for method description.
mupload(Enumeration)
- Method in class com.jscape.filetransfer.
SftpTransfer
See FileTransfer interface for method description.
mupload(String)
- Method in class com.jscape.filetransfer.
SftpTransfer
See FileTransfer interface for method description.
mupload(Enumeration)
- Method in class com.jscape.inet.ftp.
Ftp
Uploads multiple files to FTP server.
mupload(String)
- Method in class com.jscape.inet.ftp.
Ftp
Uploads multiple files matching regular expression to FTP server's current directory.
mupload(Enumeration)
- Method in class com.jscape.inet.ftps.
Ftps
Uploads multiple files to FTP server Uploads are performed relative to current local directory.
mupload(String)
- Method in class com.jscape.inet.ftps.
Ftps
Uploads multiple files matching regular expression to FTP server's current directory.
mupload(String, Enumeration)
- Method in class com.jscape.inet.scp.
Scp
Uploads multiple files to SSH server.
mupload(String, Iterator)
- Method in class com.jscape.inet.scp.
Scp
Uploads multiple files to SSH server.
mupload(String, String[])
- Method in class com.jscape.inet.scp.
Scp
Uploads multiple files to SSH server.
mupload(String, String)
- Method in class com.jscape.inet.scp.
Scp
Uploads multiple files matching regular expression to SSH server's current directory.
mupload(Enumeration)
- Method in class com.jscape.inet.sftp.
Sftp
Uploads multiple files to SSH server.
mupload(String)
- Method in class com.jscape.inet.sftp.
Sftp
Uploads multiple files matching filter to SSH server's current directory.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Secure FTP Factory
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
J
L
M
N
P
R
S
T
U
V
W
Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved