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' :
Performing Multiple SFTP Transfers with the SFTP Component
... required (such as the SSHServerAuthentication event). Sftp sftp = new Sftp(); sftp.SSHUser = "test"; sftp.SSHPassword = "test"; sftp.SSHLogon ... - Learn More
Preserving SFTP File Times
... Preserving SFTP File Times By default, the Sftp component will not preserve the time stamps on files when they are uploaded or downloaded. In order to allow the component to do so, the P ... - Learn More
SFTP Drive Works with YubiKey
... SFTP Drive Works with YubiKey SFTP Drive is an easy-to-use utility that mounts remote file systems as Windows drives, allowing users to browse and work with remote files as if they were ... - Learn More
SFTP Adapter for Microsoft BizTalk
... on the SFTP adapter, which is used to communicate with SFTP servers. SFTP (which should not be confused with FTP or FTPS) is the SSH File Transfer Protocol. If you are interested in using SFTP ... - Learn More
SFTP Task for SSIS
... open the SFTP Task Designer. Under the SFTP Properties section you will see: SFTP Properties The first group of properties are SFTP properties. This is where you will tell the task where on the SFTP ... - Learn More
SFTP Nodes for n8n
... nodes for secure file transfer are the SFTP Sender and SFTP Trigger nodes: The SFTP Sender node is used to upload files or data from a n8n workflow to a remote SFTP server, ... - Learn More
SFTP: Server Error (4) Failure
... SFTP: Server Error (4) Failure There are many potential reasons that a server might return this. Some of them are: If the file on the server already exists and the Overwrite property is set to ... - Learn More
IPWorks SFTP 2024 API Changes
... code changes. The table below is a list of major changes between IPWorks SFTP 2022 and IPWorks SFTP 2024. Upgrading to IPWorks SFTP 2024 is designed to be a quick process and invo ... - Learn More
IPWorks SFTP 2022 API Changes
... code changes. The table below is a list of major changes between IPWorks SFTP 2020 and IPWorks SFTP 2022. Upgrading to IPWorks SFTP 2022 is designed to be a quick process and invo ... - Learn More
SecureBlackbox 16: The SSH / SFTP connection to JPMorgan
... 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
Stream Example with IPWorks SSH & SFTP
... -1; // Writing is not supported. } }; class SftpClient : public SFTP { public: virtual int FireSSHServerAuthentication(SFTPSSHServerAuthenticationEventParams* e) { printf(&quo ... - Learn More