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: Is there Secure FTP support available?
... exists the SFTP (SSH File Transfer Protocol) protocol, which is NOT FTP; this is a different protocol, i.e., you can't use FTP components to connect to an SFTP server. SFTP works over SSH. An SFTP ... - Learn More
SecureBlackbox 16: I can't read or change the Owner and Group attributes of
... are connecting to the Unix server. Some attributes are not supported by SFTP version 3 and earlier. If the connection uses SFTP 3, you need to use the UID and GID properties instead of O ... - Learn More
SecureBlackbox 16: Transferring files does not work while listing directories
... 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 SecureBlackbox?
... 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 and
... 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
SecureBlackbox 16: The time reported by the components is XX hours away from
... 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
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: 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
SecureBlackbox 16: I need to send a command before transferring a file. How do
... 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
SecureBlackbox 16: Is SecureBlackbox FIPS-certified?
... the CryptoProviderManager property of the high-level component. FIPS mode is supported for PKI, SSH, SFTP, PDF, XML, and Office document security. FIPS mode is NOT supported for OpenPGP, SSL/TL ... - Learn More