Interface Ftp

All Superinterfaces:
AutoCloseable, Closeable
All Known Implementing Classes:
AbstractFtp, CommonsFtp, JschSftp, SshjSftp

public interface Ftp extends Closeable
FTP的统一规范接口
Since:
Java 17+
Author:
Kimi Liu