Overview
This node provides integration with SpsFtp, a service likely related to FTP operations. It is designed to be used within n8n workflows to perform tasks involving SpsFtp, such as file transfers or FTP-related automation. The node supports configuration of request options including batching, SSL certificate validation, proxy settings, and request timeout, allowing users to customize how requests to the SpsFtp service are handled.
Use Case Examples
- Automating file uploads or downloads via SpsFtp in a workflow.
- Batch processing of multiple FTP requests with controlled intervals.
- Using a proxy server for FTP requests in restricted network environments.
Properties
| Name | Meaning |
|---|---|
| Request Options | Settings to control how requests to the SpsFtp service are made, including batching, SSL validation, proxy, and timeout. |
Dependencies
- Requires an API key credential for SpsFtp service authentication.
Troubleshooting
- If requests fail due to SSL errors, enable 'Ignore SSL Issues' to bypass certificate validation (not recommended for production).
- Batching settings with incorrect values (e.g., negative batch size other than -1) may cause unexpected behavior.
- Proxy settings must be correctly formatted; otherwise, requests may fail to connect.
- Timeout too low may cause premature request abortion; increase if server responses are slow.