1 에서 FTP 서버에 빈 파일을 만들어 몇 가지 자바 방법 모두 bash는 FTP에 touch - 명령이 필요합니다 - 메모리 "빈 업로드 org.apache.commons.net.ftp.FTPClient와 FTP 서버에 빈 파일 (또는 다른 라이브러리)자바 출처 2017-11-15 Loom
1 를 만들 파일 "이라고 말하면 다음과 같습니다. InputStream bin = ByteArrayInputStream(new byte[0]); ftpClient.storeFile("/remote/path/emptyfile", bin); 출처 2017-11-15 15:23:53