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' :
NetCmdlets: File Transfer (FTP and SFTP)
... are still FTP and SFTP. The FTP cmdlets are Get-FTP and Send-FTP. These support both plaintext FTP and FTPS (FTP over SSL). The SFTP cmdlets are Get-SFTP and Send-SFTP. These support SFTP ... - Learn More
Stream example with IPWorks SSH & SFTP
... int main() { SftpClient client; SftpReadStream inputStream; client.SetSSHUser("YourUser"); client.SetSSHPassword("YourPassword"); client.SSHLogon("sftp.server.com ... - Learn More
SecureBlackbox 16: The SSH or SFTP connection to the server is cl ...
... 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: the SSH or SFTP connection to ...
... 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: Troubleshooting: Command Rejected Due to SFTP ...
... 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: The SSH / SFTP connection to JPMorgan (transmi ...
... SecureBlackbox 16: The SSH / SFTP connection to JPMorgan (transmissions*.jpmorgan.com) fails. Why? This is a known bug of their server software. It advertises support for keyboard-interactive a ... - 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
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
Using the Sftp.Queue method to do multiple simultaneous SFTP tran ...
... SSHServerAuthentication event). C# Sftp sftp = new Sftp(); sftp.SSHUser = "test"; sftp.SSHPassword = "test"; sftp.SSHLogon("host", 22); for (int i = 0; i For more details about how to use the Sftp.Queue ... - Learn More
SecureBlackbox 16: Does SFTP support wildcard characters and file ...
... 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
SecureBlackbox 16: Why is the speed of my SFTP transfer slow comp ...
... 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
BizTalk: using the SFTP and FTP Send adapter to download a file.
... size time Note: The SFTP adapter returns additional CTime and ATime elements representing the CreationTime and AccessTime. CreationTime is only supported on servers that support SFTP pro ... - Learn More