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' :
SFTP Remote Path Not Found Error Handling
... SFTP Remote Path Not Found Error Handling SFTP file access depends on correctly resolving the remote directory path and ensuring the account has access to it. When the specified location ... - Learn More
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
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
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