View Single Post
Posts: 19 | Thanked: 3 times | Joined on Jun 2010 @ New Jersey, USA
#12
I think a wiki page would be a good idea.

DerYo - I think it would be difficult to get ftp to work with this unless your ftp server does not require authentication. From what I remember, ftp expects interactive authentication, which this would not support. You may be able to point this plugin to a shell script that contains a "here" document. Google "ftp here script" for help with that.

An easier way is to use scp. Kulve's blog post from 3/2/10 describes the syntax. You would need ssh access to your server, though. You would also need to set up ssh key pairs on your server.

I tried this out today and all worked well.