
In my testing with this simple system, I was getting much better throughput waiting 1s in the write loop and 1s in the read loop than just letting it run free. As your issue is more related with third party software FileZilla, we would recommend to ask for help from FileZilla support as they should more familiar. Thank you for coming Microsoft Q&A forum. If you cant connect then you will need to talk to whomever administers your network to troubleshoot. I would experiment with pauses in the loop, say sleep for 1s, because if you are going to download the files from somewhere else asynchronously, if you just run it full speed, it might spend a lot of time deleting/writing the files and your attempts to read the files might not work since the window of availability would be tiny. Use Powershell to test network connectivity. I'd just loop doing that over and over again.

In the menu bar, select File and click on Site. I'd get the camera to save the file to the /tmp directory so that it wouldn't be hitting the flash drive. Install and have FileZilla running on your computer, but not connected to a remote server. I would, this is just me, set up the server on the RPi and copy from it to the Windows box, could be ftp but you could easily just use ssh or a tiny web server. There are many ways to do this, but, I suppose, there are fewer ways if a Windows machine is involved. my problem has nothing to do with the hosting. Manleypv wrote:I have a script running on the Pi 2 that takes an image, opens ftpserver and puts image on PC, deletes image from Pi, and the cycle repeats at a determined interval. That is the hosting that the treehouse video on word press told me to buy.
