Online File Watcher Help

File Watcher can watch up to 1,000 files and when the file last write time has changed it runs a command such as pscpy to copy the file to a remote server, or another directory on the same computer.


This allows you to edit files and when saved they will periodically and automatically be synced to a remote developemnt site.



C:\Users\JohnDoe\Documents\Websites\TWR-Radio-JMM\fromJohn\ed\findfreq.py.bak
$arg0@$ => scp
$args@$ => $f root@190.3.4.5:C:\Users\JohnDoe\Documents\Websites\TWR-Radio-JMM\fromJohn\ed 
$d$ => c:\users\JohnDoe\documents\websites\twr-radio-jmm\fromjohn\ed
$D$ => C:\USERS\JohnDoe\DOCUMENTS\WEBSITES\TWR-RADIO-JMM\FROMJOHN\ED
$d@$ => C:\Users\JohnDoe\Documents\Websites\TWR-Radio-JMM\fromJohn\ed
$d1$ => ed
$D1$ => ED
$d1@$ => ed
$d2$ => fromjohn
$D2$ => FROMJOHN
$d2@$ => fromJohn
$d3$ => twr-radio-jmm
$D3$ => TWR-RADIO-JMM
$d3@$ => TWR-Radio-JMM
$d4$ => websites
$D4$ => WEBSITES
$d4@$ => Websites
$d5$ => documents
$D5$ => DOCUMENTS
$d5@$ => Documents
$d6$ => JohnDoe
$D6$ => JohnDoe
$d6@$ => JohnDoe
$d7$ => users
$D7$ => USERS
$d7@$ => Users
$dn$ => 7
$drive$ => C:
$e$ => .bak
$E$ => .BAK
$e@$ => .bak
$f$ => findfreq.py.bak
$F$ => FINDFREQ.PY.BAK
$f@$ => findfreq.py.bak
$fn$ => findfreq.py
$FN$ => FINDFREQ.PY
$fn@$ => findfreq.py
$p$ => c:\users\JohnDoe\documents\websites\twr-radio-jmm\fromjohn\ed\findfreq.py.bak
$P$ => C:\USERS\JohnDoe\DOCUMENTS\WEBSITES\TWR-RADIO-JMM\FROMJOHN\ED\FINDFREQ.PY.BAK
$p@$ => C:\Users\JohnDoe\Documents\Websites\TWR-Radio-JMM\fromJohn\ed\findfreq.py.bak
$pwd$ => secret

Commands used in video. 
pscp -pw $pwd$ "$f$" ed@192.168.0.29:/var/www/html
plink -pw $pwd$ -batch ed@192.168.0.29 "python /var/www/html/test1.py > /var/www/html/index1.html"


You can edit c/c++ code run make on the remote system and send back the compiler error message, all from you Windows machine!