SSIS FTP Custom Data Flow Component
Let you add a FTP data source component in Visual Studio that can stream files from an FTP server.
Parameter | Value |
---|---|
Server | ftp.example.com |
Path | /Some/Path/Some_files_*.txt |
User | [username] |
Pwd | [password] |
Skip rows | Number of rows to skip |
Separator | Column separator (,) |
Not older files | Number of days back |
Column Definition | Spesification of columns and data types |
TODO