Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: apache/commons-net
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: apache/commons-net
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: pr-395
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 2 files changed
  • 4 contributors

Commits on Mar 17, 2026

  1. Use hostname for FTPS EPSV data connection

    This allows FTPS to reuse the TLS session
    of the FSTP command connection for the data connection.
    codingtim committed Mar 17, 2026
    Configuration menu
    Copy the full SHA
    17b41ed View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2026

  1. Update src/main/java/org/apache/commons/net/ftp/FTPSClient.java

    Co-authored-by: Claus Ibsen <claus.ibsen@gmail.com>
    garydgregory and davsclaus authored Jun 19, 2026
    Configuration menu
    Copy the full SHA
    3dc5a58 View commit details
    Browse the repository at this point in the history
  2. Fix GH PR suggestion compilation.

    Use ternary expression.
    garydgregory committed Jun 19, 2026
    Configuration menu
    Copy the full SHA
    f1e913f View commit details
    Browse the repository at this point in the history
Loading