ModularPipelines
ModularPipelines copied to clipboard
Bump FluentFTP from 49.0.2 to 50.0.1
Bumps FluentFTP from 49.0.2 to 50.0.1.
Changelog
Sourced from FluentFTP's changelog.
50.0.1
- Fix: Correct sequencing of FTP stream disposing for .NET Framework
- Fix: Extraneous
GetReplycall inUploadInternal/DownloadInternal50.0.0
- File Verification (thanks DasRaschloch and FanDjango)
- New: All file transfer methods now support size/checksum/date comparison
- New:
DownloadDirectory,DownloadFile,DownloadFiles, support new size/checksum/date comparison- New:
UploadDirectory,UploadFile,UploadFilessupport new size/checksum/date comparison- New: FXP
TransferDirectory,TransferFilesupport new size/checksum/date comparison- New:
FtpVerifyhas new options:Size/Date/Checksum/OnlyChecksum- File Transfer (thanks FanDjango)
- Fix:
DownloadFilewith Progress throwsFtpException- Fix: Correctly handle internal errors in
UploadInternal/DownloadInternal- Fix:
GetFileSizeprovides invalid file length and transfer fails- FTP Proxy (thanks zhaohuiyingxue)
- Fix:
GetListingdoes not use the proxy with passive FTP- FTP Disconnection (thanks FanDjango)
- New: Indicate creating/disposing sync/async connections in log
- Fix: Disconnection during Connect async needs to be awaited
- Fix: FTP
BaseClientis alsoIAsyncDisposablein addition toIDisposable- Fix: Disposing a connected
AsyncFtpClientthrows non-fatalInvalidCastException- Fix: Cloning a
AsyncFtpClientthrows non-fatalInvalidCastException- Change:
AsyncFtpClientto change allCloseusage toawait CloseAsync- Change:
FtpDataStreamnow supports an async close method- Change: Use
DisposeAsyncpattern forAsyncFtpClient- Change: Call
Dispose/DisposeAsynconBufferedStreaminstead ofFlush/FlushAsync- Fix: Restore call to
FtpSslStreamfor graceful TLS termination- IBM OS/400 (thanks FanDjango)
- Fix: Async server-specific post-connection commands was missing for OS400
Commits
- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)