How to sync files between local dir and remote dir without using an IDE?
- by Moe Sweet
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.