googlecreativelab / coder

A simple way to make web stuff on Raspberry Pi
http://goo.gl/coder
Apache License 2.0
2.42k stars 276 forks source link

FTP conection to webserver #84

Closed yayitazale closed 10 years ago

yayitazale commented 10 years ago

¿Can I connect to the webserver via FTP to upload already created code without doing a copy&paste?

miniBloq commented 10 years ago

Hi! I'm using an FTP client from a Windows machine, to copy files to the RasPi over the WiFi connection. What I use is WinSCP (http://winscp.net - http://sourceforge.net/projects/winscp). In my RasPi it worked out of the box. Julián

jmstriegel commented 10 years ago

@yayitazale yes - you can use scp or ssh into the device, just like a normal raspberry pi.

also, if you've made a project on one coder and want to put it on another device, you can export it from the app settings, and then import it on the other machine.

yayitazale commented 10 years ago

Thanks! I using SSH and it works great!