Forum Discussion
HKosova
7 years agoSmartBear Alumni (Retired)
Shelling out to ftp.exe (as tristaanogre suggested) is one possible way. Here's an example:
https://tinyapps.org/docs/ftp.html
Alternatively, you can use:
- in Python - the built-in ftplib
- InetCtls.Inet.1 COM object (pre-installed on Windows)
- WinSCP COM object or .NET library (example)
- ChikatFTP COM object (example)
- .NET class System.Net.FtpWebRequest through the CLR Bridge
- sanjay02887 years agoFrequent Contributor
HKosova :
- .NET class System.Net.FtpWebRequest through the CLR Bridge which GAC do I need to add inorder to get the methods? I have added System.Net, netStandard, System.net.Requests.
- Is there a sample program available using CLR Bridge?
- HKosova7 years agoSmartBear Alumni (Retired)
Hi sanjay0288,
You need to add just the "System" assembly. The FTP class will be available as:
dotNET.System_Net.FtpWebRequest
We don't have any ready CLR Bridge scripts for FTP. Feel free to share what you come up with!
Related Content
- 5 years ago
- 8 years ago
Recent Discussions
- 20 hours ago