YedFtpPipe object

YedFtpPipe object allows developer to interact with an FTP server driving FTP client application '/usr/bin/ftp' with a communication pipe. This object masks all the complexity of FTP to the application, because it drives FTP client '/usr/bin/ftp' with the same command interface. Instead of opening a tcp channel to an FTP server and using directly FTP protocol, you can use this object and send to an FTP server commands like 'ls -la', exactly as you should do with '/usr/bin/ftp' application. This object is so very useful in performing simple FTP operation with an FTP server, like sending or receiving files.

YedFtpPipe public attributes are:

YedFtpPipe public methods are:

 


http://yed.sourceforge.net