[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] web page creation app
Paul Cartwright wrote:
> On Fri May 30 2008, Daniel Kahn Gillmor wrote:
>
>
> FTP is your friend:) I am used to having 3 windows open, the FTP to send up
> the new code, the terminal doing the modes, and web page being refreshed to
> try it out.. that's about my limit:)
>
>
Really, he should be using scp or rsync via ssh for everything instead
of ftp. His content - but more importantly, his passwords - will be
encrypted. Rsync will very easily update a remote tree from a local
tree, transmitting just the changes (even just the changes within a
given file).