Skip to content
Snippets Groups Projects
Commit 109dea72 authored by Rebecca Wheeler's avatar Rebecca Wheeler
Browse files

Update 9 files

- /docs/tutorials/connectors/Amazon_S3_v2/Amazon_S3_v2.md
- /docs/tutorials/connectors/Google_Cloud_Storage_V2/google_cloud_storage.md
- /docs/tutorials/box/box.md
- /docs/tutorials/connectors/Amazon_S3_v2.md
- /docs/tutorials/connectors/google_cloud_storage.md
- /docs/tutorials/connectors/box.md
- /docs/tutorials/connectors/FTP/SFTP/SSH_key_file_processor.md
- /docs/tutorials/connectors/FTP/SFTP/FTP_connector.md
- /docs/tutorials/README.md
parent d9767689
No related branches found
No related tags found
1 merge request!82Update 9 files
......@@ -3,9 +3,11 @@ Linked below are several walkthroughs on Informatica objects and processes used
* [Basic Extract, Transform, Load (ETL) integration example for WiscAlerts](/docs/tutorials/wiscalerts/wiscalerts.md)
* [File Retrieval from the IICS Secure Agent](/docs/tutorials/FileRetrieval/FileRetrieval.md)
* [Using the Box Connector For Flat Files](/docs/tutorials/box/box.md)
* [Using the Box Connector For Flat Files](/docs/tutorials/box.md)
* [Webhooks in Cloud Application Integration (CAI)](/docs/tutorials/PersonAPI/Webhooks.md)
* [Dynamic File Names](/docs/tutorials/DynamicFileNames/DynamicFileNames.md)
* [Sharepoint Connector](/docs/tutorials/connectors/Sharepoint/sharepoint_online.md)
* [Amazon S3 v2 Connector](/docs/tutorials/connectors/Amazon_S3_v2/Amazon_S3_v2.md)
* [Google Cloud Storage V2 Connector](/docs/tutorials/connectors/Google_Cloud_Storage_V2/google_cloud_storage.md)
\ No newline at end of file
* [Sharepoint Connector](/docs/tutorials/connectors/sharepoint_online.md)
* [Amazon S3 v2 Connector](/docs/tutorials/connectors/Amazon_S3_v2.md)
* [Google Cloud Storage V2 Connector](/docs/tutorials/connectors/google_cloud_storage.md)
* [FTP/SFTP Connector](/docs/tutorials/connectors/FTP_connector.md)
* [File Processor Connector for SSH keypair authentication](/docs/tutorials/connectors/SSH_key_file_processor.md)
\ No newline at end of file
# FTP/SFTP Connector
This connector can be used for an FTP connection as well as an SFTP connection. The difference between the two is port numbers: 21 for FTP and 22 for SFTP. This is determined by the FTP server you're connecting to.
# Requirements
* A FTP or SFTP server's settings
* Hostname
* User credentials
* Port number
* Directory path for delivery, if not to the root directory
* A local directory on the Secure Agent you are creating the mapping on. If your team does not have a folder dedicated for your work, you can reach out to the [Integration Team](mailto:integration-platform@doit.wisc.edu) to request one, however using the /tmp directory works fine for this Connector as the file isn't retained on the Secure Agent after successful completion.
# Connector
# Mapping
# References
* [IICS KB on the FTP/SFTP Connector](https://docs.informatica.com/integration-cloud/data-integration/current-version/data-integration-connections/ftp-sftp-connections.html)
\ No newline at end of file
# SSH Keypair authentication SFTP mapping using File Processor Connector
# Requirements
# Connector
# Mapping
# References
* [IICS KB Article on the File Processor Connector](https://docs.informatica.com/integration-cloud/data-integration-connectors/current-version/file-processor-connector/introduction-to-file-processor-connector/file-processor-connector-overview.html)
\ No newline at end of file
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment