Skip to content

2.0.2

Latest
Compare
Choose a tag to compare
@mooreryan mooreryan released this 08 Dec 00:42

PASV version 2.0.2

Changes

  • Fixed 50 job limit (#21)

Installing

  • To install external dependencies, see here.
  • For info on installing pre-compiled binaries, see here.
  • For info on installing from source, see here.
  • For info on using Docker rather than installing, see here.

If you are on Linux, you will may have the best luck with the "pasv-alpine-static" version. It avoids dynamically linking libc, which let's you run pasv on some older systems.

After unzipping the binaries, you will need to make them executable (e.g., chmod 755 ...). For example:

$ wget https://github.com/mooreryan/pasv/releases/download/2.0.2/pasv-2.0.2-alpine-static.zip
$ unzip pasv-2.0.2-alpine-static.zip
$ chmod 755 pasv
$ ./pasv --help