Question : Problem: A way to Access local files via scp and putty?

I have a windows XP machine and I want to take files from my local drive and copy them to a linux server via ssh. Is there a way to do this?

Answer : Problem: A way to Access local files via scp and putty?

As you wrote in th subject line - that works with PuTTY and it's SCP companion 'pscp.exe' (http://the.earth.li/~sgtatham/putty/latest/x86/pscp.exe) from http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

E.g.

pscp c:\path\*.doc JoeUser@LinuxBox:/home/JoeUser/docs
Random Solutions  
 
programming4us programming4us