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: Troubleshooting: the SSH or SFTP connection to the server is
... 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
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
SecureBlackbox 16: How can I debug SFTP client code without having an SFTP
... SecureBlackbox 16: How can I debug SFTP client code without having an SFTP server? You must have an SFTP server. If you don't want to use a production server or the server is not ... - Learn More
SecureBlackbox 16: The SSH or SFTP connection to the server is closed or hangs
... 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
SecureBlackbox 16: Troubleshooting: Command Rejected Due to SFTP Proxy Policy
... 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
SecureBlackbox 16: Does SFTP support wildcard characters and file masks with
... SecureBlackbox 16: Does SFTP support wildcard characters and file masks with file operations? No. Masks are supported by the UploadFiles/DownloadFiles methods of ElSimpleSFTPClient, but the mas ... - Learn More
BizTalk: Using the SFTP and FTP Send Adapter to Download a File
... </Directory> Note: The SFTP adapter returns additional CTime and ATime elements representing the CreationTime and AccessTime. CreationTime is only supported on servers that support SFTP ... - Learn More
SecureBlackbox 16: Why is the speed of my SFTP transfer slow compared to WS_FTP
... of my SFTP transfer slow compared to WS_FTP or FileZilla? This entry provides details on factors that can affect SFTP transfer speed, as well as some quick fixes. The common speed for SSH and SFTP ... - Learn More
Using DirList to Retrieve File Listings in FTP and SFTP Tasks
... Using DirList to Retrieve File Listings in FTP and SFTP Tasks The DirList property of the FTP and SFTP receive tasks can be set to a user-defined variable. You can then use this variable ... - Learn More
SecureBlackbox 16: FTPS (FTP over SSL) vs. SFTP (SSH File Transfer Protocol)
... then SFTP (in SSH2). Version 1 of the SSH protocol is outdated, insecure, and generally not recommended for use. Consequently, SCP is not used anymore and SFTP gains popularity day by day. The SFTP ... - Learn More
SecureBlackbox 16: The ASCIIMode property doesn't seem to work. What's
... is supported by the SFTP protocol in versions 4 and later. To ensure that the connection is established using SFTP 4 or later, you need to enable SFTP 4, 5, and 6 and disable SFTP ... - Learn More
SecureBlackbox 16: How do I specify text or binary mode for file transfer with
... file transfer with SFTP? By default, SFTP uses binary mode. Text mode is supported by the SFTP protocol in versions 4 and later. To ensure that the connection is established using SFTP ... - Learn More