I'm looking for a GUI client (preferably Windows) that will recognize when you copy files remotely, and will default to running a local shell command (f.a :
sfpt> !rsync -a /files/ /copyoffiles/
in SFTP)
Does something like this exist already?
I'm looking for a GUI client (preferably Windows) that will recognize when you copy files remotely, and will default to running a local shell command (f.a :
sfpt> !rsync -a /files/ /copyoffiles/
in SFTP)
Does something like this exist already?
There're lots of web file managers, one of them may do the job. I recommend eXtplorer: nice, fast & handy :)
AFAIK there's no such feature in SFTP itself. I believe you'd better learn how to manage files over SSH :) Repeated actions work well with cron, all the rest can be done manually or with the help of some simple bash scripts
http://winscp.net/ may be worth investigating for your designer.