提取使用SSIS存储在蔚蓝的容器文件 - 执行任务的过程 [英] Fetching files stored in azure container using SSIS - Execute process task

查看:135
本文介绍了提取使用SSIS存储在蔚蓝的容器文件 - 执行任务的过程的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

任何一个可以显示简单的例子,从我的Windows Azure的容器获取文件,并将使用SSIS本地计算机上的文件 - 执行任务的过程

Can any one suggest simple example to fetch the file from my windows azure container and place the file on local machine using SSIS - execute process task

推荐答案

在此基础上<一个href=\"http://blog.maartenballiauw.be/post/2010/03/15/Using-FTP-to-access-Windows-Azure-Blob-Storage.aspx\"相对=nofollow>文章,似乎标准FTP是一个选择。为了简化你的生活,我想创建一个执行下载操作的FTP文件,然后调用从你通过FTP执行进程任务。

Based on this article, it seems that standard FTP is an option for you. To simplify your life, I'd create an ftp file that performs the download operations and then call that from your Execute Process Task via ftp.

批次的内容将是大约

可执行 C:\\ WINDOWS \\ SYSTEM32 \\ Ftp.exe的
参数 -s:C:\\ myFTPcommands.txt'somewhere.azure.com

的C内容:\\ myFTPcommands.txt会

Contents of C:\myFTPcommands.txt would be

myusername
myPassword
bin
get myBlob.blob

C:\\ myFTPcommands.txt'somewhere.azure.com 您可以通过打开命令提示符(赢-R CMD),然后调用 FTP -s测试>一旦这成功的工作,从SSIS试试吧。

You can test it by opening a command prompt (Win-R cmd) and then calling ftp -s:"C:\myFTPcommands.txt' somewhere.azure.com Once that's working successfully, try it from SSIS.

的参考例<一个href=\"http://superuser.com/questions/358099/how-do-i-ftp-multiple-files-from-the-command-line/358102\">command行ftp

这篇关于提取使用SSIS存储在蔚蓝的容器文件 - 执行任务的过程的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆