Tagged Questions
4
votes
2answers
3k views
PSCP: Upload an entire folder, Windows to Linux
I am using PSCP to upload some files from windows to linux. I can do it fine just uploading one file at a time. But I have some very large directories and I want to upload an entire dir at once.
I ...
1
vote
1answer
163 views
PSCP using domain user
I use PSCP command line between two server but I have the following problem :
I have a windows box in a domain and how do I write the command line with domain user ?
pscp.exe file.txt ...
2
votes
2answers
981 views
PuTTY pscp directory listing - can you specify a different file date/time format?
I'm using pscp.exe from PuTTY with the -ls option to get a directory listing via STDOUT to a perl script.
The output I get is this:
Listing directory /path/to/my/directory
drwxr-sr-x 2 234 ...
3
votes
2answers
1k views
Upload a file using scp only if the file was updated/modified?
pscp is a very handful tool if you want to upload files to another server using SSH.
The only problem is that it is not able to detect if the destination file is already updated (based on datetime). ...