Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 401 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 401 Bytes

UploadToFTP

Upload/Overwrite Your Files To Server

Upload.java - In this file ask the details from client and upload/overwrite the same on server

FTPUtil.java - A method which uploads files/folders on FTP

apache-commons-net.jar - Need this jar file to use FTPClient class and other classes