|
||||||||||
|
|
||||||||||
| Related Concepts | Other Library Functions | |||||||||
| function | FTPConnectionDelete |
Available in:
Professional Enterprise |
|
Library: omftp - FTP support
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.
To use this function, you must include the following line near the start of your program:
include "omftp.xin"
Arguments:
Example:
; delete a file and do a directory listing FTPConnectionDelete MyCon file "test.out" output FTPConnectionListDir MyCon full true
| ---- |