FTP serveur path

Hello :),

FTP server address: my.Server.com
username: TOTO
password: pass

Is it possible to use these imformations about the ftp server in an absolute path like:
PUTFTP "my.Server.com/myfolder … ???

If yes, wich is the correct form for ?

Thank’s

Hi,

No, the PUTFTP command should be used like this:

So :

PUTFTP “/myfolder/Temperature.txt”, “[dtHL$ftT$tnTemperature]”, “user:pwd@my.server.com

For more details, see page 88 of the Programming Reference Guide.

Kyle

1 Like

Ok :slight_smile: It works !, thank you Kyle.

1 Like