This component is part of the IP Works Enterprise ASP.NET Component Library.
The RCP component implements the popular UNIX Remote Copy Protocol, used to transfer files between systems.
NOTE: What follows is a very short description of the component interfaces. For more information, please consult the help files that come with the respective package.
Remarks
Using the component is as simple as specifying a LocalFile, a RemoteFile and RemoteHost, and calling the GetFile or the PutFile method.
The Remote Copy Protocol is implemented over either RSHELL or REXEC. The component allows you to choose which protocol to use via the Protocol property.
More Information: http://www.nsoftware.com/products/component/rcp.aspx |