I need to ftp a file to a remote FTP server. Do you know of any good ftp library out there to use? I need the following features
- Be able to create directories remotely. Error checking of course if cannot create a directory
- Error checking if the file is uploaded successfully or not
- Ideally I want to use the native java library if possible so I don't have to include the 3rd party library.
Thanks