简体   繁体   English

使用azure数据工厂从远程服务器到azure增量sftp的方法是什么

[英]What is the way to incremental sftp from remote server to azure using azure data factory

What is the way to incremental sftp from remote server to azure using azure data factory. 使用azure数据工厂从远程服务器到azure增量sftp的方法是什么。 I have a scenario where i need to copy files from remote server to azure. 我有一种情况,我需要将文件从远程服务器复制到azure。

to do this kind of copy task in Azure Data Factory, create a pipeline with a Copy activity in it, set the source dataset as SFTP dataset and the sink dataset as Azure blob . 要在Azure数据工厂中执行这种复制任务,请在其中创建具有复制活动的管道,将源数据集设置为SFTP数据集 ,将接收器数据集设置为Azure blob You could also consider to use Copy data tool in Azure data factory. 您也可以考虑在Azure数据工厂中使用“ 复制数据”工具

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Azure数据工厂| 从SFTP到Blob的增量数据加载 - Azure data factory | incremental data load from SFTP to Blob 有没有办法通过 Azure 数据工厂将增量数据从 SQL Server 复制到 Blob 存储? - Is there any way to copy incremental data from SQL Server to Blob Storage Through Azure Data Factory? 使用 Azure 数据工厂进行增量数据传输 - Incremental data transfer using Azure Data Factory SFTP支持Azure数据工厂 - SFTP support for azure data factory 使用 Azure 数据工厂从 SFTP 获取 ZIP 文件到 Azure Datalake 并将其存储为 ZCC8D68D68C551C4ADEAFDE6 格式 - Get ZIP file from SFTP to Azure Datalake using Azure data factory and store it into CSV format 如何使用 Azure 数据工厂将文件从 Azure 数据湖传输到网络文件夹(远程服务器文件夹) - How to transfer files from Azure Data Lake to Network File Folder(Remote server folder) using Azure Data Factory 我想使用 Azure 数据工厂将增量数据从 sql db 更新到 sql 仓库 - I wanted to upsert the incremental data from sql db to sql warehouse using Azure data factory Azure 数据工厂复制数据 SFTP - Azure Data Factory Copy Data SFTP 在文件名中使用通配符(*)时,无法从Azure Data Factory中的SFTP复制文件 - Unable to copy file from SFTP in Azure Data Factory when using wildcard(*) in the filename 使用azure数据工厂将数据从sql-server拉到azure blob的azure管道中的问题 - issue in azure pipeline using azure data factory to pull data from sql-server to azure blob
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM