IP*Works! 2016 Android Edition
IP*Works! 2016 Android Edition
Questions / Feedback?

TFTPServer Property

The address of the TFTP server to exchange files with.

Syntax

public String getTFTPServer();
public void setTFTPServer(String TFTPServer);

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()

Default Value

""

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 Android Edition - Version 16.0 [Build 7353]