-
PLATFORM: Linux
PYTHON: 2.3
scp output (of the SSH server) contains terminal escape sequences to reprint the progress on the same line again.
These terminal escape sequences seem to confuse pydcp.
It seems to put part of them sometimes into the hostlist that had problems.
But when I verified it, the transmission was OK on all hosts. The correct file was stored on all hosts (I remove...
2007-09-14 13:53:46 UTC by jens_engel
-
An empty line in a hostfile is not ignored (as expected).
Instead it is interpreted as hostname and causes an error.
NOTE:
Comment lines, starting with '#' character are processed correctly.
2007-09-14 13:40:37 UTC by jens_engel
-
The command-line options to copy a file to/from remote hosts is currently unnecessary complex/unnatural:
pydcp ... --scp_mode=send --scp_local=my/file --scp_remote=/tmp
It would be far more natural to mimic cp/scp usage:
scp my/file remote_host1:/tmp
Because the copy command is applied to multiple hosts, you need a placeholder to indicate the remote side.
Therefore, the desired...
2007-09-14 13:38:17 UTC by jens_engel
-
Hi,
I didnt saw any update to this project for a year. Is it still maintained ? I'm trying to use pydsh but couldnt get more than "machine.domain.tld | SSH login failure (Timeout), mesg: [root@machine root]#"
Any help?
Thanks.
2006-11-02 14:10:46 UTC by garp128
-
davevehrs committed patchset 16 of module pydsh to the pydsh CVS repository, changing 1 files.
2006-01-20 01:38:53 UTC by davevehrs
-
davevehrs committed patchset 15 of module pydsh to the pydsh CVS repository, changing 4 files.
2005-11-30 07:12:37 UTC by davevehrs
-
davevehrs committed patchset 14 of module pydsh to the pydsh CVS repository, changing 3 files.
2005-11-30 06:37:00 UTC by davevehrs
-
davevehrs committed patchset 13 of module pydsh to the pydsh CVS repository, changing 10 files.
2005-11-30 06:35:40 UTC by davevehrs
-
davevehrs committed patchset 12 of module pydsh to the pydsh CVS repository, changing 1 files.
2005-11-30 06:32:14 UTC by davevehrs
-
davevehrs committed patchset 11 of module pydsh to the pydsh CVS repository, changing 2 files.
2005-09-11 09:54:35 UTC by davevehrs