Save CSV or HTML file to computer on local network

Is there anyway to save a created CSV or HTML file to a computer folder that is on the same local network as the flexy using Basic IDE? I can already email the files, so they are created, I would like to save them to a local computer also.

Flexy 192.168.1.10
Computer 192.168.1.20
Computer Folder c:/reports

You could use PUTFTP in BASIC. From section 3.63 of the Programming Manual:


You could also use an FTP client on the computer to get the files from the Flexy.

Ok, do I use the IP address in the C$?
Also, what is the C$ syntax if the computer FTP has anonymous login?

Yes, you can use either the IP address or the domain name.

So this may depend on the FTP server running on your computer, but generally you can just use the user anonymous and password blank, so:

c$ = "anonymous@10.0.0.53"