pscp

pscp exclude a directory

pscp -r ../mydir/ [email protected]:/var/www/html/xxx/ copies everything under mydir, is there a way to exclude one subdirectory under mydir? ...

How can I get SCP and ftp (from command line, not plugin) working within hudson

I am running hudson CI server on a win32 machine. After the build succeeds I want the exe created to be put on a public website. The hudon plugins for SCP and ftp were not working the way I wanted (mostly because it chooses some odd directories for where to place them) so I made my own script for a command line scp that hudson calls. ...

Cannot copy to server using PSCP

I have downloaded PSCP from: http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html and added it to the PATH in windows 7. I now try to copy a file to a tomcat using the following : pscp -P 8081 bob.txt mm@http://repository:/var/lib/tomcat5.5/webapps/bob.txt based on the info from: http://e-articles.info/e/a/title/Transfer-...