-
Notifications
You must be signed in to change notification settings - Fork 5
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
Azure server #133
base: main
Are you sure you want to change the base?
Azure server #133
Conversation
- A high-level representation of a session with an SSH server. | ||
""" | ||
ssh = paramiko.SSHClient() | ||
ssh.set_missing_host_key_policy(paramiko.AutoAddPolicy()) |
Check failure
Code scanning / CodeQL
Accepting unknown SSH host keys when using Paramiko High
if up_file['file_name'] == 'check.chk': | ||
try: | ||
shutil.copyfile(src=up_file['local'], dst=os.path.join(self.local_path, 'check.chk')) | ||
except shutil.SameFileError: |
Check notice
Code scanning / CodeQL
Empty except Note
timestamp = None | ||
try: | ||
timestamp = self._sftp.stat(remote_file_path_1).st_mtime | ||
except IOError: |
Check notice
Code scanning / CodeQL
Empty except Note
6f705b1
to
c4e0827
Compare
No description provided.