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: patrickjuchli/basic-ftp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: riipen/basic-ftp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 6 files changed
  • 2 contributors

Commits on Feb 18, 2021

  1. Update package name, remove bad defaultSettings

    The default settings in useDefaultSettings either
    caused the RBC FTP Server to return a FIN packet
    or were not implemented by the server. Let's remove
    these commands.
    ericauv committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    c812e38 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from riipen/remove-bad-commands

    Update package name, remove bad defaultSettings
    ericauv authored Feb 18, 2021
    Configuration menu
    Copy the full SHA
    5e3719d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd295ef View commit details
    Browse the repository at this point in the history
  4. Update README

    ericauv committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    06ce02b View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. Update availableListCommands

    RBC Server doesn't like non LIST commands, and enters PASV
    after one fails. Let's just use the one that works with RBC by default.
    ericauv committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    634fa73 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from riipen/fix-list-commands

    Update availableListCommands
    ericauv authored Feb 24, 2021
    Configuration menu
    Copy the full SHA
    fa573b7 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. Added GH PR template

    jordanell committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    6ddcdae View commit details
    Browse the repository at this point in the history
Loading