Uses of Interface
org.miaixz.bus.extra.ftp.Ftp
Packages that use Ftp
Package
Description
基于Apache Commons Net封装的FTP工具
Jsch(http://www.jcraft.com/jsch/) 引擎封装
SSH 引擎封装
-
Uses of Ftp in org.miaixz.bus.extra.ftp
Classes in org.miaixz.bus.extra.ftp that implement FtpModifier and TypeClassDescriptionclass抽象FTP类,用于定义通用的FTP方法classApache Commons FTP客户端封装 此客户端基于Apache-Commons-Net 常见搭建ftp的工具有: filezila server ;根目录一般都是空 linux vsftpd ; 使用的 系统用户的目录,这里往往都是不是根目录,如:/home/bus/ftpMethods in org.miaixz.bus.extra.ftp that return Ftp -
Uses of Ftp in org.miaixz.bus.extra.ssh.provider.jsch
Classes in org.miaixz.bus.extra.ssh.provider.jsch that implement FtpModifier and TypeClassDescriptionclassSFTP是Secure File Transfer Protocol的缩写,安全文件传送协议。可以为传输文件提供一种安全的加密方法。 SFTP 为 SSH的一部份,是一种传输文件到服务器的安全方式。SFTP是使用加密传输认证信息和传输的数据,所以,使用SFTP是非常安全的。 但是,由于这种传输方式使用了加密/解密技术,所以传输效率比普通的FTP要低得多,如果您对网络安全性要求更高时,可以使用SFTP代替FTP。 -
Uses of Ftp in org.miaixz.bus.extra.ssh.provider.sshj
Classes in org.miaixz.bus.extra.ssh.provider.sshj that implement FtpModifier and TypeClassDescriptionclass在使用jsch 进行sftp协议下载文件时,总是中文乱码,而该框架源码又不允许设置编码。故:站在巨人的肩膀上,此类便孕育而出。