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' :
SecureBlackbox 16: Transferring files does not work while listing ...
... directories works. Are these different? In SFTP listing directories and transferring files are very different operations. Try setting the PipelineLength property of the SFTP client compo ... - Learn More
SecureBlackbox 16: What SSH algorithms are implemented in SecureB ...
... support for SSH 1 and SSH 2 including SFTP 2, 3, 4, 5, and 6. On the server side, SecureBlackbox supports only SSH 2 (since SSH 1 is outdated and insecure) and SFTP 3, 4, 5, and 6. We ap ... - Learn More
SecureBlackbox 16: What is the difference between the client-only ...
... you can use the SFTPBlackbox client-only package to transmit the files from your server to some remote server, as long as your server initiates the SFTP connection and acts as an SSH/SFTP ... - Learn More
Unicode Support in the C++ Editions
... int main() { mySFTP sftp; sftp.SetSSHUser((LPWSTR)L"user"); sftp.SetSSHPassword((LPWSTR)L"password"); sftp.SSHLogon((LPWSTR)L"sftp.server.com", 22); sftp.ListDirectory(); sftp.SSHLogoff ... - Learn More
SecureBlackbox 16: The time reported by the components is XX hour ...
... 16: The time reported by the components is XX hours away from correct. Why? The time is reported by SFTP in UTC according to the standard. It's your task to convert it to the computer's local t ... - Learn More
SecureBlackbox 16: How do I get / set the current directory?
... SecureBlackbox 16: How do I get / set the current directory? SFTP doesn't have a concept of the current directory. You must always use absolute paths when you refer to files. If you use relativ ... - Learn More
Mitigating the SSH Terrapin Attack
... algorithms and mitigate the attack. IPWorks SSH Sftp sftp1 = new Sftp(); //Disable chacha20-poly1305@openssh.com encryption algorithm sftp1.SSHEncryptionAlgorithms = sftp1 ... - Learn More
SecureBlackbox 16: SSH Authentication Methods
... to different types of clients, such as automated scripts or human operators. The SecureBlackbox SSH/SFTP client components support all of the following methods of authentication through the Aut ... - Learn More
Getting Started with SSHPlex
... functionality of the SFTP, SCP, SExec, and SShell components. The asynchronous design of the component allows multiple operations to be performed simultaneously. For example, several SFTP ... - Learn More
SecureBlackbox 16: I need to send a command before transferring a ...
... necessarily expect a shell command -- it's possible that what looks like a "command" is just the use of SFTP protocol operations; e.g., the "command" "ls /something" is not a real shell command ... - Learn More