TFTPServer Property

The address of the TFTP server to exchange files with.

Object Oriented Interface

public function getTFTPServer();
public function setTFTPServer($value);

Procedural Interface

ipworks_tftp_get($res, 8 );
ipworks_tftp_set($res, 8, $value );

Default Value

''

Remarks

To be able to transfer file via TFTP, the remote host must be running TFTP services on port TFTPPort (default 69).

Example (Get a File)


TFTPControl.TFTPServer = "MyServer"
TFTPControl.LocalFile = "C:\filename.txt"
TFTPControl.RemoteFile = "/remotefile.txt"
TFTPControl.GetFile()

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 PHP Edition - Version 20.0 [Build 8307]