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: I can't read or change the Owner and Group ...
... 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 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
Using CoreSSH Server with FileZilla
... used to connect (SFTP or FTP) and the IP address of the server you want to connect to. For example, if using CoreSSH to host an SFTP server on 10.0.1.63, then this field would be set to sftp ... - 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
User Logon and Resource Access
... back to the client over SFTP. This means the Windows security mechanisms will grant or deny access to files and folders according to the credentials provided over SFTP. If the SFTP ... - 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
Getting Started With CoreSSH Server
... itself. To connect via SFTP, open an SSH client and enter the server's IP address and port number (default: 22). Provide valid credentials and you are ready to transfer files securely. sftp ... - Learn More