summaryrefslogtreecommitdiff
path: root/python/vyos/remote.py
AgeCommit message (Expand)Author
2024-03-06remote: T6104: fix logic of failure case in MissingHostKeyPolicyJohn Estabrook
2024-02-08Merge pull request #2507 from erkin/image-toolsDaniil Baturin
2024-01-27remote: T5994: fix typo in check_storage for Ftp classJohn Estabrook
2024-01-25op-mode: T4038: Python rewrite of image toolserkin
2023-12-13T5774: fix regressions in remote.upload and use in config_mgmtJohn Estabrook
2023-11-27image-tools: T5751: restore arg raise_error for non-interactive useJohn Estabrook
2023-11-25remote: T5773: Fix for broken config uploaderkin
2023-11-18T2405: add Git support to commit-archiveYun Zheng Hu
2023-11-14remote: T5726: Disable the progressbar if the shell is noninteractive or the ...erkin
2023-10-12remote: T5650: Resize-aware progressbar implementationerkin
2023-07-25remote: T4412: Improved error handling for uploads/downloadszsdc
2023-07-15T5195: add/fix missing importsJohn Estabrook
2023-07-15T5195: vyos.util -> vyos.utils package refactoring part #2Christian Breunig
2023-07-14T5195: vyos.util -> vyos.utils package refactoring (#2093)Christian Breunig
2022-01-11remote: T3950: Gracefully handle chained exceptionserkin
2021-12-16remote: T3356: Remove incomplete HTTP upload progressbar supporterkin
2021-12-16remote: T4037: Report the final URL when following redirectserkin
2021-12-02remote: T4037: Follow HTTP redirectserkin
2021-11-24T3356: Rewrite remote.pyerkin
2021-06-20T3268: remote: Determine source address from given network interfaceerkin
2021-06-20T3563: remote: Allow `paramiko.transport.Transport().close()` to automaticall...erkin
2021-06-17T3356: remote: Use the local filename if the destination is a directory in SF...erkin
2021-06-13T3563: Call `socket.shutdown()` with appropriate argumenterkin
2021-06-09remote, util: Move general helper routines from `remote.py` to `util.py`erkin
2021-06-08remote: import is_ipv6 from vyos.templateChristian Poessinger
2021-06-08remote: Use `is_ipv6()` instead of ad hoc IPv6 checkerkin
2021-06-06T3563: Add support for IPv6 source addresses in SSH connectionserkin
2021-05-30T3356: Add progressbars to SFTP and HTTP transferserkin
2021-05-29T3356: Add progressbars to FTP transferserkin
2021-05-18T3356: remote: Read username and password from environment variableserkin
2021-05-18T3356: remote: Add friendly download procedure for user-facing scriptserkin
2021-05-11T3356: remote: Add authentication supporterkin
2021-05-07remote: T3356: use custom MissingHostKeyPolicyLulu Cathrinus Grimalkin
2021-05-06T3356: remote: Add support for obtaining the size of a remote fileerkin
2021-04-23T3356: Add support for custom source address for connectionserkin
2021-04-16util: T3356: Fix password variableserkin
2021-03-30Remove SFTP empty password checkerkin
2021-03-30T3356: Encode strings given to/returned from curl in TFTP transferserkin
2021-03-15Properly raise an error instead of exitingerkin
2021-03-15T3356: Generic download() and upload() for dynamically dispatching appropriat...erkin
2021-03-11config: T3356: Replace curl wrapper with (mostly) native remote file transfer...erkin
2020-04-21remote: T2270: correct use of username:passwordJohn Estabrook
2020-04-11util: T2205: convert remote to use cmdThomas Mangin
2020-04-10util: T2253: fix translation of subprocess.check_output to cmdJohn Estabrook
2020-04-10Revert "Revert "util: T2226: rewrite remote function helpers to use cmd""John Estabrook
2020-04-08Revert "util: T2226: rewrite remote function helpers to use cmd"John Estabrook
2020-04-06util: T2226: rewrite remote function helpers to use cmdThomas Mangin
2019-10-01T1424: Check for http error or redirect, when loading remote files.John Estabrook
2019-06-03T1423: Create known_hosts file if not presentJohn Estabrook
2019-05-28T1397: Rewrite the config merge scriptJohn Estabrook