• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

veeso / suppaftp
80%

Build:
DEFAULT BRANCH: main
Repo Added 20 Aug 2021 02:15PM UTC
Files 29
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH main
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • 112-tokio-ftp-stream
  • 115-generic-custom-command-support-for-data-streams
  • 121-tls-stream-should-be-public
  • 127-do-not-allow-multiple-data-connections
  • 128-make-filetype-public
  • 131-rustls-aws-lc-rs-feature
  • 19-feature-request-allow-using-rustls-instead-of-native-tls
  • 24-cant-work-with-some-sepecial-ftp-response
  • 33-bug-features-are-not-additive
  • 37-feature-request-set-a-timeout-on-ftp-connect
  • 4.1.3
  • 4.2.0
  • 4.3.0
  • 4.5.0
  • 64-feature-request-timeouts-for-active-data-connection-acceptance
  • 89-passive-mode-with-custom-provided-tcpstream
  • abor-command
  • add-executable-rustls-example
  • agent/fix-multiline-replies
  • appe-command
  • chore/10.0.1
  • chore/claude
  • chore/docs-paths
  • chore/readme-vers
  • chore/release-10.0.0
  • chore/release-8.0.5
  • chore/release-9.0.0
  • chore/update-readme-and-repo
  • ci/build-windows-macos
  • clear-channel-command
  • close-ssl-stream
  • commands-as-enum
  • develop
  • feat/160-drop-async-std-and-replace-with-smol
  • feature/sync-get-ref-tls
  • fix-async-native-tls-with-tokio
  • fix-chrono-version
  • fix-feat-parser
  • fix-re-export-tls-streams
  • fix-retr-cannot-be-used-with-async
  • fix/155-retr-as-buffer-and-retr-leave-data-connection-open-on-error
  • fix/157-treat-200-as-an-expected-response-for-file-operations
  • fix/abort-double-read
  • fix/data-connection-open-not-reset
  • fix/doc-cfg-secure-error
  • fix/dos-comma-file-size
  • fix/dostime-ampm-space
  • fix/feat-eof-check-async
  • fix/ipv6-port-command
  • fix/lstime-future-dates
  • fix/mlsx-cdir-pdir-types
  • fix/mlsx-unix-mode-4digit
  • fix/read-response-in-eof-loop
  • fix/redundant-async-std-cfg
  • fix/tokio-nativetls-windows
  • fix/unsafe-ub-tokio-native-tls-tcp-stream
  • fix/unwrap-panics-server-data
  • imgbot
  • implicit-ftps
  • list-fails-on-non-utf8-encoded-filenames
  • main
  • migrate-to-futures-rustls
  • pasv-nat
  • patch-1
  • refactor/remove-panic-from-code
  • refactor/use-crates-folder
  • refs/tags/v4.1.1
  • refs/tags/v4.1.2
  • refs/tags/v4.2.0
  • refs/tags/v4.3.0
  • refs/tags/v4.4.0
  • refs/tags/v4.5.0
  • refs/tags/v4.5.2
  • refs/tags/v4.6.0
  • refs/tags/v4.6.1
  • refs/tags/v4.7.0
  • refs/tags/v5.0.0
  • refs/tags/v5.0.1
  • refs/tags/v5.1.0
  • refs/tags/v5.1.1
  • refs/tags/v5.1.2
  • refs/tags/v5.2.1
  • refs/tags/v5.2.2
  • refs/tags/v5.3.0
  • refs/tags/v5.3.1
  • refs/tags/v5.4.0
  • refs/tags/v6.0.0
  • refs/tags/v6.0.1
  • refs/tags/v6.0.2
  • refs/tags/v6.0.3
  • refs/tags/v6.0.4
  • rest-command
  • test/change-docker-image-to-alpine-ftp-server
  • test/increase-coverage
  • v6.1.0
  • v6.1.1
  • v6.2.0
  • v6.2.1
  • v6.3.0
  • v7.0.0
  • v7.0.4
  • v7.0.5
  • v7.0.6
  • v7.0.7
  • v7.1.0
  • v8.0.0
  • v8.0.1
  • v8.0.2
  • v8.0.3
  • v8.0.4

13 Jul 2026 04:39PM UTC coverage: 80.282%. Remained the same
29267278797

push

github

web-flow
chore: bump 10.0.1 (#170)

5126 of 6385 relevant lines covered (80.28%)

143.37 hits per line

Relevant lines Covered
Build:
Build:
6385 RELEVANT LINES 5126 COVERED LINES
143.37 HITS PER LINE
Source Files on main
  • Tree
  • List 29
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
29267278797 main chore: bump 10.0.1 (#170) push 13 Jul 2026 04:40PM UTC web-flow github
80.28
29265496597 chore/10.0.1 Merge 6f6b14961 into ddaf10853 Pull #170 13 Jul 2026 04:15PM UTC web-flow github
80.28
29265413894 main fix(parser): accept mismatched terminal codes (#169) Accept non-standard multiline replies that finish with a different status code while preserving FEAT continuation handling. push 13 Jul 2026 04:13PM UTC web-flow github
80.28
29265024446 agent/fix-multiline-replies Merge e2b4d973b into 4569e4a96 Pull #169 13 Jul 2026 04:08PM UTC web-flow github
80.28
28370043978 main chore: release 10.0.0 (#167) push 29 Jun 2026 11:55AM UTC web-flow github
79.75
28368742123 chore/release-10.0.0 Merge 606efc680 into 27988d416 Pull #167 29 Jun 2026 11:30AM UTC web-flow github
79.75
28367303730 main refactor!: replace panics with errors across library and CLI (#166) Convert unwrap/expect/panic patterns in production code paths to proper FtpError/ParseError results, so malformed server responses (e.g. an out-of-range PASV octet or unparsable ... push 29 Jun 2026 11:04AM UTC web-flow github
79.75
28366900273 refactor/remove-panic-from-code Merge 1c5f49b5a into 33967f82b Pull #166 29 Jun 2026 10:58AM UTC web-flow github
79.75
28366836574 refactor/remove-panic-from-code Merge c86c97c9e into 33967f82b Pull #166 29 Jun 2026 10:55AM UTC web-flow github
79.75
28366102751 refactor/remove-panic-from-code Merge 07c8c0b28 into 33967f82b Pull #166 29 Jun 2026 10:40AM UTC web-flow github
79.73
See All Builds (413)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc