Denso BHT-200QW Especificaciones Pagina 444

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 587
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 443
436
Function #7 .fcSTOR
Upload file to FTP server
Syntax: CALL "FTP.FN3" .fcSTOR FTPHANDLE%, SERV.FNAME$,
CLNT.FNAME$,
CRLF.TYPE%, UP.MODE%, REPLY%
[,DISP.MODE%]
Description:
This function uploads, from the BHT to the current directory on the FTP
server, the specified file using the specified parameters.
Parameters: FTPHANDLE% FTP client handle
SERV.FNAME$ Name for file on FTP server. Leaving this unspecified
("") uses the name in
CLNT.FNAME$ instead.
CLNT.FNAME$ Name of file to upload to FTP server
CRLF.TYPE% Line delimiter (Refer to description under function #6
above.)
UP.MODE% Flag controlling treatment of existing files
.ftUpSTOR
0
Overwrite existing file
.ftUpAPPE
1
Append to existing file. Create new file if
necessary.
DISP.MODE% Flag controlling a progress display consisting of an
8-digit number giving the number of bytes transferred
Refer to the DISP.MODE% under function #6.
Return value: REPLY% Server response to FTP command
Example: Uploading data file
CLNT.FNAME$ = "MASTER1.DAT" 'Name of file on BHT
SERV.FNAME$ = "" 'Name on server
'Same as on BHT
CRLF.TYPE% = .ftCRLF 'Server line delimiter: CR-LF combination
UP.MODE% = .ftUpAPPE 'Upload mode: Append
CALL "FTP.FN3" .fcSTOR FTPHANDLE%, SERV.FNAME$, CLNT.FNAME$, CRLF.TYPE%, _ UP.MODE%,
REPLY%
Vista de pagina 443
1 2 ... 439 440 441 442 443 444 445 446 447 448 449 ... 586 587

Comentarios a estos manuales

Sin comentarios