How to sync files between local dir and remote dir without using an IDE?

Posted by Moe Sweet on Programmers See other posts from Programmers or by Moe Sweet
Published on 2012-10-26T02:20:49Z Indexed on 2012/10/26 5:15 UTC
Read the original article Hit count: 369

Filed under:
|
|

I'm running windows 7 and I have a working dir in my PC. I have my staging server that I only have FTPS (Explicit) access to.

What I want... Everytime I change something in my local dir, I want my remote dir synced via FTPS method alone.

SVN, CVS, GIT is not an option.

I tried notepad++, eclipse and Netbeans and all couldn't work. In general, I don't want to rely on an IDE to achieve this task.

And I don't want to install anything funny like rsync and I don't want to write scripts.

© Programmers or respective owner

Related posts about ide

Related posts about synchronization