SSIS 2008 r2 how to connect to FTP using SSL -


is there way connect ftp using ssl in ssis. ftp connect in ssis without ssl option, if option of buying not option?

i use third-party tool command-line interface or api , transfer using execute process or script task. of time that's easier using rather limited built-in ftp task anyway. many different sftp clients available @ no cost.


Comments

Popular posts from this blog

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -

Python __call__ special method practical example -