Top "Apache-commons-net" questions

Apache Commons Net™ library implements the client side of many basic Internet protocols.

FTP apache commons progress bar in java

I'm working on a little program, which can upload a file to my FTP Server and do some other stuff …

java ftp progress-bar apache-commons-net
Apache Commons FTP problems

I want to implement a FTP Client with Apache Commons Net only for uploading data. The Connection and Login to …

java ftp apache-commons-net
Android FTPClient - retrieveFileStream() always returns null

I am a newbie to Android. I am trying download a file from ftp server to sdcard using Apache Commons …

android ftp-client apache-commons-net
Camel: File operation failed: Connection closed without indication.. Code: 421

I'm using Camel 2.15.2 with Apache Commons Net 3.3 on Java 8 deployed into a Tomcat container. The issue is that consistently after …

apache-camel apache-commons-net camel-ftp
How to download file from FTP using Java?

With this code iI always get a empty file. What I have to do with it? login is always true. (…

java ftp apache-commons-net
FTPClient (commons net) Upload problem

I use the following piece of code to upload a photo to a ftp host. But the photo seems to …

java ftp ftp-client apache-commons-net
Java FTPClient (apache commons) storefile() successfully uploads file, then times out..?

Here's some code I have to upload a file to an FTP server: private boolean ftpSend(byte[] fileBytes, String filename, …

java ftp apache-commons-net
java.net.UnknownHostException not able to connect to ftp

I have ftp port as: ftp://173.201.0.1/ I am trying to connect it through following: String Ftp_Path = "ftp://173.201.0.1/"; public List&…

java ftp apache-commons-net
FTPClient corrupts the images while uploading to ftp server on android?

I'm trying to upload images to a FTP server (on my local PC) from Android Phone (HTC Desire HD). Images …

java android ftp ftp-client apache-commons-net
Commons FTPClient InputStream from multiple files in a single connection

My requirement is to get list of files of required file extension from different directories and while getting the files …

java ftp ftp-client apache-commons-net