|
|||||
function | FTPConnectionDelete |
Related Concepts | Other Library Functions |
Library: FTP
Include: omftp.xin |
define external function FTPConnectionDelete value FTPConnection this-FTPConnection file value stream remote-filename
This function will delete a file from the FTP server.
Arguments:
Example:
; delete a file and do a directory listing FTPConnectionDelete MyCon file "test.out" output FTPConnectionListDir MyCon full true
---- |