question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

scp.SCPException: ser **** (100) may not copy files

See original GitHub issue

Hi @ktbyers ,

Using your SCP module in netmiko… SCP’ing config.ucs files from F5 LTMs to local and I’m faced with these exception messages. I can’t find much info on this issue. Any idea what that means? I’m able to do a normal scp from bash without problems.

    self.scp_client.get(source_file, dest_file)
  File "/usr/local/lib/python3.6/dist-packages/scp.py", line 238, in get
    self._recv_all()
  File "/usr/local/lib/python3.6/dist-packages/scp.py", line 388, in _recv_all
    raise SCPException(asunicode(msg[1:]))
scp.SCPException: ser **** (100) may not copy files (scp -f /var/local/ucs/config.ucs)```

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:15 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
superloopnetworkscommented, Jan 14, 2021

Thanks for your help @ktbyers . I’ll have a look!

0reactions
ktbyerscommented, Jan 14, 2021

Sounds good.

Read more comments on GitHub >

github_iconTop Results From Across the Web

scp.SCPException: ser **** (100) may not copy files
SCPException : ser **** (100) may not copy files (scp -f /var/local/ucs/config.ucs). I'm able to initiate a regular scp command via bash and ......
Read more >
No Such File Or Directory In SCP: How To Fix The Error
Login is not correct: the SCP error could occur when you are trying to copy files to certain desktop after you have logged...
Read more >
K73463547: Restrictions in transferring files to the BIG-IP ...
The scp command is used to transfer files to and from the BIG-IP system. ... They do not apply to copying files out...
Read more >
How to use the scp.SCPException function in scp - Snyk
SCPException : server_error_log(server['ip'], server['comment'], 'Cannot send file to server.') except (paramiko.ssh_exception.NoValidConnectionsError, paramiko.
Read more >
Transfer files using scp: permission denied
So if you want to copy the file My_file.txt from the server ... The file might not have read permissions as it is...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found