How to extend existing FTP task ?

Is it possible to extend existing tasks (specifically FTP task) Or I will have to develop one from scratch

I want to extend the functionality of FTP task for ftp via a proxy server.
Is it possible

Any ideas Suggestions

thanks,
Nitesh




Answer this question

How to extend existing FTP task ?

  • Gokhan Ertas

    You will have to implement your own, the FTP task is a sealed class.

  • How to extend existing FTP task ?