Top "Apache-commons-net" questions

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

commons-net is compatible with ssh-2.0 protocol

i have tried create a project with library commons.net for send via ftp some files. But i created a …

java ssh apache-commons-net ftps
Apache Commons FTPClient, check if remote directory exist and get permissions (linux - unix)

Is it possible with FTPClient (Apache commons-net) to check if a remote directory exists? I want to do something like …

java ftp ftp-client apache-commons-net
How to connect to FTPS server with data connection using same TLS session?

Environment: I'm using Sun Java JDK 1.8.0_60 on 64-bit Windows 7, using Spring Integration 4.1.6 (which internally appears to use Apache Commons Net 3.3 …

java ftp ftps apache-commons-net session-reuse
FTPClient Uploading File = SocketException: Connection reset

I'm trying to upload a simple txt file via FTP using XAMPP and FileZilla. I'm using the Apache Commons Net 3.0.1 …

java android ftp xampp apache-commons-net
Getting an error while FTP file using FTPClient

I am getting following exception while ftp file over to some other machine. org.apache.commons.net.io.CopyStreamException: IOException …

java ftp ftp-client apache-commons-net
How to configure client authentication with apache.commons.net.ftps?

I implemented a FTPS client (FTP over SSL/TLS) in java using the apache.commons.net-framework. It is configured to …

java ssl apache-commons-net ftps authentication
invalid IPv6 address

I got the Error Message: Error occurs in downloading files from ftp Server : ftp://speedtest.tele2.net: invalid IPv6 address …

java ftp ipv6 ftp-client apache-commons-net
Filename encoding in Apache Commons Net FTPClient

I have to upload a file to an FTP server. The filename contains special letters, say äöü. On the FTP server, …

java utf-8 ftp apache-commons-net
How do I configure client authentication with generated certificate in apache-commons net

First off, I know there is a similar question here but it doesn't answer my doubts. I have a FTPS …

java ssl apache-commons-net ftps authentication
connect to ftps site via java

I am trying to connect to a clients ftps server via my java code. I am using apache commons library …

java ftp ftp-client ftps apache-commons-net