Hi ,
I want know if there is any plugin/python/c# node that enable file transfer via FTP .
regards
Hi ,
I want know if there is any plugin/python/c# node that enable file transfer via FTP .
regards
Answer by Martin Prikryl here .net - Upload file to FTP using C# - Stack Overflow under “Easiest way” works fine in a c# component.
Remember to add “using System.Net;
” in the namespaces…