FTP Client 1.0

License: Free ‎File size: 308.56 KB
‎Users Rating: 3.4/5 - ‎7 ‎votes

FTP Client Component for .NET (C# or VB.NET). This component enables you to easily support FTP access in your .NET applications. The FTP component supports: * Upload & Download * Read remote file & folder listings over FTP * Delete remote files and folders over FTP * Rename remote files over FTP * Create folders via FTP Please see http://www.ftpclient.co.uk for more details The object supports the following methods: void OnFTPMessageEvent(string message) This event is called every time a command is sent to the FTP server, or returned from the FTP server string connect(string host, string username, string password) This method is called before any other call can be made. It initiates a connection with the FTP server void disconnect() This method disconnects the client from the FTP server ArrayList getRemoteFolder(string path) This method returns a list of files and folders held within the specified remote path. The objects returned are detailled below void upload(string localFile,string remotePath) This method uploads a file from the local machine to a specified folder on the remote machine void download(string remoteFile,string localPath) This method downloads a file from the local machine to a specified folder on the remote machine void rename(string remoteFile,string newName) This method renames a file on the remote machine to a new specified name void delete(string remoteFile) This method deletes a file or folder from the remote machine. void createFolder(string parentFolder,string folderName) This method creates a folder on the remote machine

VERSION HISTORY

  • Version 1.0 posted on 2004-12-10

Program Details