Our knowledge base is a comprehensive resource designed to help you get the most out of our products. It includes getting started articles that guide you through initial setup, detailed information on specific features, and troubleshooting resources to assist you with any issues you may encounter. Explore our knowledge base to find helpful information about our products and answers to common questions.

Matching Articles for 'sftp' :

IPWorks SFTP 2022 API Changes

... code changes. The table below is a list of major changes between IPWorks SFTP 2020 and IPWorks SFTP 2022. Upgrading to IPWorks SFTP 2022 is designed to be a quick process and invo ... - Learn More

https://www.nsoftware.com/kb/articles/apidiffs/ipworkssftp-v20-v22-diffs
NetCmdlets: File Transfer (FTP and SFTP)

... are still FTP and SFTP. The FTP cmdlets are Get-FTP and Send-FTP. These support both plaintext FTP and FTPS (FTP over SSL). The SFTP cmdlets are Get-SFTP and Send-SFTP. These support SFTP ... - Learn More

https://www.nsoftware.com/kb/articles/netcmdlets-file-transfer-ftp-and-sftp
Stream example with IPWorks SSH & SFTP

... int main() { SftpClient client; SftpReadStream inputStream; client.SetSSHUser("YourUser"); client.SetSSHPassword("YourPassword"); client.SSHLogon("sftp.server.com ... - Learn More

https://www.nsoftware.com/kb/entries/11032101
SecureBlackbox 16: The SSH or SFTP connection to the server is cl ...

... incorrectly implement file transfer when the negotiated SFTP version is higher than SFTP 3. Try setting the Versions property of the SFTP client to SFTP3 (the numeric value ... - Learn More

https://www.nsoftware.com/kb/articles/legacy/sbb/sshsftpconnection
SecureBlackbox 16: Troubleshooting: the SSH or SFTP connection to ...

... only when just one version (SFTP 3) is enabled. That is, you might need to enable just SFTP 3 in order to successfully work with such a server. SecureBlackbox supports SFTP versio ... - Learn More

https://www.nsoftware.com/kb/articles/legacy/sbb/sshsftpconnectionnotestablished
SecureBlackbox 16: Troubleshooting: Command Rejected Due to SFTP ...

... not recognize the requested SFTP protocol version. The solution is to enable just SFTP 3 using the Versions property of the SFTP component. Case 2. Command rejected due to SFTP ... - Learn More

https://www.nsoftware.com/kb/articles/legacy/sbb/2-errorcommandrejected
SecureBlackbox 16: The SSH / SFTP connection to JPMorgan (transmi ...

... SecureBlackbox 16: The SSH / SFTP connection to JPMorgan (transmissions*.jpmorgan.com) fails. Why? This is a known bug of their server software. It advertises support for keyboard-interactive a ... - Learn More

https://www.nsoftware.com/kb/articles/legacy/sbb/5-jpmorgantransmission
SSIS: Specify a certificate with variables for FTP and SFTP tasks

... (FTP) or host key (SFTP). There are multiple options for accepting these values dynamically. Option 1 FTP: You may set the SSLAcceptServerCertAcceptAny property via an expression to true SFTP ... - Learn More

https://www.nsoftware.com/kb/entries/03070801
SFTP: Server Error (2) No such file or File not found

... SFTP: Server Error (2) No such file or File not found If you encounter this error when attempting to download a file, this could mean that the value specified for RemotePath does not exist on t ... - Learn More

https://www.nsoftware.com/kb/entries/06170802
Using the Sftp.Queue method to do multiple simultaneous SFTP tran ...

... SSHServerAuthentication event). C# Sftp sftp = new Sftp(); sftp.SSHUser = "test"; sftp.SSHPassword = "test"; sftp.SSHLogon("host", 22); for (int i = 0; i For more details about how to use the Sftp.Queue ... - Learn More

https://www.nsoftware.com/kb/entries/03031701