Using COM/OLE to Control Robo-FTP

<< Click to Display Table of Contents >>

Navigation:  Robo-FTP User's Guide > Using Robo-FTP >

Using COM/OLE to Control Robo-FTP

 

It is possible to control Robo-FTP from your own custom application written in C#, C++, Visual Basic, VB.NET, VBScript, or other COM/OLE enabled programming language. Anything a script can do -- and much more -- is possible under programmatic control via Robo-FTP's COM/OLE interface.

 

Robo-FTP under script control is a powerful tool for the creation of unattended, automatic FTP sessions. Robo-FTP is capable of significantly more complex file transfer sessions by having a custom application program written in a COM/OLE programmatic interface (API) enabled programming language.

 

Complete sample projects are included within Robo-FTP package to give you an example of how COM/OLE programming is done. The samples are available in the following programming languages: Visual C++, Visual Basic 6, C#, VB.NET, and VBScript.

 

See also: COM/OLE Operational Overview