How do I count number of zip files present in an FTP folder in SSIS?
Guide me to find the number of files present.
How do I count number of zip files present in an FTP folder in SSIS?
Guide me to find the number of files present.
Copyright © 2021 Jogjafile Inc.
With the WinSCP .NET assembly, just use the
Session.EnumerateRemoteFiles
method and call theCount
extension method on the result:See also Using WinSCP .NET Assembly from SQL Server Integration Services (SSIS).