Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File copy doesn't work as expected #55

Closed
oleweidner opened this issue Mar 18, 2013 · 1 comment
Closed

File copy doesn't work as expected #55

oleweidner opened this issue Mar 18, 2013 · 1 comment

Comments

@oleweidner
Copy link
Contributor

From the tutorial example:

REMOTE_HOST = "gw68.quarry.iu.teragrid.org"
outfilesource = 'sftp://%s/tmp/mysagajob.stdout' % REMOTE_HOST
outfiletarget = 'file://localhost/tmp/'
out = saga.filesystem.File(outfilesource, session=session)
out.copy(outfiletarget)

results in:

An exception occured: (NoSuccess) NoSuccess: file copy failed: sftp> progress 
Progress meter enabled
sftp>  get  sftp://gw68.quarry.iu.teragrid.org/tmp/mysagajob.stdout /tmp 
Couldn't stat remote file: No such file or directory
File "/home/oweidner/sftp://gw68.quarry.iu.teragrid.org/tmp/mysagajob.stdout" not found.
@ghost ghost assigned andre-merzky Mar 18, 2013
@oleweidner
Copy link
Contributor Author

Also, in order to improve the error messages, can

sftp> progress 
Progress meter enabled

be removed from the output?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants