LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

wifi communication via CVI using TCP/IP protocol with external hardwar

Hello Antoine,

on shell cmd i can send request to take photos and save it on folder on raspberry , but how can i send command to coppy it to apach server

thks

Best regards,

0 Kudos
Message 11 of 12
(527 Views)

 Hello Bylka, 

when you set up a apache server (or any webserver), there is a folder where you store the webpages. I advise you to create a specific subfolder as a target to copy them. 

In the following link (https://www.raspberrypi.org/documentation/remote-access/web-server/apache.md), you can see that the folder is at /var/www/html/ .

 

Another thing, if you can use commands and use ssh from CVI, you might be interested in SCP : https://en.wikipedia.org/wiki/Secure_copy

so you can copy files from a computer to another.

 

Best regards, 

Antoine

Message 12 of 12
(523 Views)