twisted.protocols.ftp.FTP.ftp_RETR(self, path) method documentationtwisted.protocols.ftp.FTP
          View Source
          
        
      This command causes the content of a file to be sent over the data transfer channel. If the path is to a folder, an error will be raised.
| Parameters | path | The path to the file which should be transferred over the data transfer channel. (type: str) | 
| Returns | a Deferred which will be fired when the transfer is done. (type: Deferred) | |
| Function | enableTimeout | Undocumented | 
| Function | cbSent | Undocumented | 
| Function | ebSent | Undocumented | 
| Function | cbOpened | Undocumented | 
| Function | ebOpened | Undocumented |