I need to copy the entire contents of the directory by FTP address to a shared network location. In the FTP task, you specify the exact file name (not the directory), and the file system task does not allow access to the FTP location.
EDIT . I have finished work on a script task.
Earlier I had some problems with the FTP task. In my case, the file names changed depending on the date and some other criteria. As a result, I used the Script task to perform the FTP operation.
, , . , - FTP-. ... .
... .
, /[ ]/*
, /[ ]/.
;/[ ]/*. csv
When I need to do such things, I use a batch file to invoke FTP on the command line and use the mget command. Then I call the package from the DTS / DTSX package.
Source: https://habr.com/ru/post/1696656/More articles:Как преобразовать StreamReader в объект XMLReader в .Net 2.0/С# - c#Unit testing in Xcode 3.1 - unit-testingWorking with Common / Utility Libraries - c #Is there a way to get the process id of my application in C ++? - c ++Using MySQL in Visual Studio 2008 - mysqlSimple effects in Flex - flexIE6 and caching - cachingHow do you prefer to create your forms in MVC? - model-view-controllerIE6 неправильно нарушает UL - htmlBCEL == monkeypatching for java? - javaAll Articles