Specifications

Chapter 18. TCP/IP
463
Syntax:
CALL "FTP.FN3" 11 FTPHANDLE%, PORT%
Description: This function sets a port number specified by PORT% for file transfer.
Parameters:
FTPHANDLE% FTP client handle
PORT% Port number
Return value: (None)
Run-time errors:
Syntax:
CALL "FTP.FN3" 12 FTPHANDLE%, SERV.FNAME$, REPLY%
Description: This function deletes a file specified by SERV.FNAME$ from the FTP
server.
Parameters: FTPHANDLE% FTP client handle
SERV.FNAME$ File name to be deleted
Return value:
REPLY% Server response to FTP command
Run-time errors:
Function #11: Set port number for file transfer
Error code Meaning
105h
Power-off detected. (BHT-7500S only)
216h
The FTP client handle is invalid.
239h
The specified socket is not connected.
295h
There is no user for login request.
Function #12: Delete file from FTP server
Error code Meaning
105h
Power-off detected. (BHT-7500S only)
110h
Response other than 2XX received.
216h
The FTP client handle is invalid.
239h
The specified socket is not connected.
295h
There is no user for login request.