file transfer upload - Rebex SFTP for .NET

  1. Über Rebex SFTP for.NET

    Beschreibung: makes it easy to transfer files between your application and Unix/Windows SSH servers. Rebex SFTP for.NET Features Easy-to-use API- Connect, log in, download a file, disconnect. Upload all text files in a ... file SFTP operations. Or simply transfer many files at once. Upload and download whole directory structures. Use wildcards or file sets to specify which files to transfer. Monitor transfer progress with ... NTLM Single sign-on (Kerberos or NTLM) Keyboard-interactive authentication Rich file API- Upload a file from the filesystem or memory. Rename and move files. Check existing files. Or perform other single ...

  2. About Rebex SFTP for.NET

    Beschreibung: and makes it easy to transfer files between your application and Unix/Windows SSH servers. Rebex SFTP for.NET Features Easy-to-use API- Connect, log in, download a file, disconnect. Upload all text files ... file SFTP operations. Or simply transfer many files at once. Upload and download whole directory structures. Use wildcards or file sets to specify which files to transfer. Monitor transfer progress ... NTLM Single sign-on (Kerberos or NTLM) Keyboard-interactive authentication Rich file API- Upload a file from the filesystem or memory. Rename and move files. Check existing files. Or perform other single ...

  3. Rebex SFTP for.NET 2017 R6.2

    Versionshinweise: Adds checksum support in multi-file SFTP transfers. SFTP: Added support for ActionOnExistingFiles.OverwriteDifferentChecksum to Upload/Download methods. Proxy: ProxySocket constructor now requires ...

  4. Rebex SFTP for.NET 7.0.8865

    Versionshinweise: encrypted using AES/GCM or ChaCha20/Poly1305. SCP: Added a workaround for SCP in Cisco SSH server that interprets target directory as file name. SCP: Fixed handling of paths starting with " /". SSH: ... SshPublicKey.LoadPublicKeys reads comments and does not fail on empty files. TLS Core: Fixed potential repeated clean-up of TLS extensions that might cause strange exceptions in the following TLS connection. 0 ...

  5. Rebex SFTP for.NET 7.0.8816

    Versionshinweise: SSH: Added new SshCipher.StrictKeyExchange and SshServerInfo.SupportsStrictKeyExchange properties. SSH: Added new SshPrivateKey.CreateFrom(PrivateKeyInfo) method. SSH: Added support for a combination of password and keyboard-interactive authentication. SSH: Improved SSH session and channel ...

  6. Rebex SFTP for.NET R6.3

    Versionshinweise: is only created by GetFile/Download methods after the remote file has been successfully opened. SFTP: Added Sftp.​Settings.​EnableDirectoryAsFileWorkaround option (workaround for AWS FTP Transfer with S3 ... Local files are now only created, by GetFile/Download methods, after the remote file has been successfully opened. SFTP: Added Settings.GetFileOpenRemoteFirst option. When enabled, the local file ... storage that misreports some directories as files). SFTP: Added Sftp.​Settings.​EnableMissingCreateTimeWorkaround option. SFTP: When appending/resuming in Download method, FileMode.Open is now used instead ...

  7. Rebex SFTP for.NET 7.0.8581

    Versionshinweise: SFTP: You can now enable Settings.GetFileOpenRemoteFirst option by default. Networking: Added SslSettings.SslRenegotiationMode option. Networking: No longer sending default domain in SSPI requests by default. Added new SslSettings.UseDefaultDomain property. SSH: Added SshPublicKey.Parse method and ...

  8. Rebex SFTP for.NET R6.6

    Versionshinweise: Improves cryptography with new Certificate class methods. SSH: Added new constructors to SshPrivateKey/SshPublicKey classes that accept AsymmetricKeyAlgorithm. SSH: Added support for ECDSA to SshPrivateKey(AsymmetricAlgorithm) constructor (on Microsoft.NET Core 3.1 or higher). TLS Core: Added ...

  9. Rebex SFTP for.NET R6.0

    Versionshinweise: Adds support for several SSH host key and client key algorithms. All: Added a new set of binaries targeting Microsoft.NET 6.0. Including: Microsoft Windows (x64, x86, ARM64). Linux (x64, ARM32, ARM64). Apple macOS (x64). All: Removed several obsolete and deprecated APIs. All: Removed support for ...

  10. Rebex SFTP for.NET R5.2

    Versionshinweise: Adds support for loading ECDSA certificates from PFX/P12 files in.NET 5.0 and.NET Standard 2.1 on Linux and macOS. Networking: Added support for SOCKS5 servers that respond with domain name. SSH: ... support for loading ECDSA certificates from PFX/P12 files in Microsoft.NET 5.0 and.NET Standard 2.1 on Linux and Apple macOS. Cryptography: Added support for saving to PFX/P12 files for certificates ...

  11. Rebex SFTP for.NET 2020 R1.1

    Versionshinweise: on Xamarin.Android). SFTP: Fixed an issue in GetItems() method that caused file system items with an unknown type to not be filtered according to the specified mask. Networking: Fixed rare race condition in TLS and SSH ...

  12. Rebex SFTP for.NET 2019 R4

    Versionshinweise: Improves behavior of stream-based PutFile methods. SFTP: Improved behavior of stream-based PutFile methods with DisableProgressPercentage (stream length is no longer determined). TLS/SSL: Added support for ALPN TLS extension to TlsSocket. TLS/SSL: Added TlsBulkCipherMode.AEAD (to replace ...

  13. Rebex SFTP for.NET 2017 R4

    Versionshinweise: server which incorrectly handles uploaded blocks of 65535/65534 bytes. SSH: Added SshParameters.CompressionLevel option to make it possible to specify the desired compression level for SSH. SSH: Added ... 'Unexpected PFX length' error when exporting 4096-bit RSA certificates into PFX/P12 file. ...

  14. Rebex SFTP for.NET 2017 R1 released

    Versionshinweise: Enlarged default transfer queue lengths. SFTP: Enlarged default transfer queue lengths. Networking: Added workaround for broken NetworkSessionException.Data on recent Xamarin.iOS. Networking: ...

  15. Rebex SFTP for.NET 2018 R3

    Versionshinweise: and safer to share them with others. Support for 'fsync @ openssh.com' extension- Added support OpenSSH's fsync extension that makes it possible to ensure that modified file data has been ...

  16. Rebex SFTP for.NET 2017 R6.1

    Versionshinweise: files. Cryptography: Enhanced custom CRL downloader for.NET Compact Framework to handle all 3xx redirect codes. Cryptography: Enhanced Certificate.LoadDer to handle files with multiple certificates (loads ...

  17. Rebex SFTP for.NET 2017 R6

    Versionshinweise: Maintenance release with several improvements, bug fixes and workarounds. All: Added support for DSA key generation on.NET Core on Windows. TLS/SSL: Added support for AES/GCM to TLS. TLS/SSL: Added TlsCipherSuite.Weak enum. Cryptography: Added support for RSAES-OAEP encryption to EnvelopedData ...

  18. Rebex SFTP for.NET 2016 R3 released

    Versionshinweise: Adds Sftp.GetChecksum methods. SFTP: Added Sftp.GetChecksum methods (only for servers that support the "file-check" extension). SFTP: Changed Sftp.GetStream in UWP edition to use.NET API ... files with CRLF end-of-line sequences to CertificateChain.LoadP7b method. Cryptography: Added Rebex.Security.Certificates.CertificateEngine class to make it possible to implement custom X509 chain ...

  19. Rebex SFTP for.NET 2016 R1.1 released

    Versionshinweise: Updates in 2016 R1.1 Added experimental binaries of most Rebex components (FTP/SSL, SFTP, File Server, Secure Mail, ZIP, Time, Security) for Xamarin.Mac platforms. They are suitable for targeting ...

  20. Rebex SFTP for.NET 2016 R2.2 released

    Versionshinweise: This update brings several improvements, workarounds and bug fixes. SSH: Enhanced handling of errors in FingerprintCheck event handlers. Cryptography: Added CheckCertificate/GetIssuingDistributionPoint methods to CertificateRevocationList class and ValidateRevocationList method to Certificate class ...