index
:
vyos-1x.git
T6712-motd-80-25-terminal
T6732-build-image-circinus
circinus
crux
current
equuleus
sagitta
VyOS command definitions, scripts, and utilities (mirror of https://github.com/marekm72/vyos-1x.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
python
/
vyos
/
remote.py
Age
Commit message (
Expand
)
Author
2024-03-06
remote: T6104: fix logic of failure case in MissingHostKeyPolicy
John Estabrook
2024-02-08
Merge pull request #2507 from erkin/image-tools
Daniil Baturin
2024-01-27
remote: T5994: fix typo in check_storage for Ftp class
John Estabrook
2024-01-25
op-mode: T4038: Python rewrite of image tools
erkin
2023-12-13
T5774: fix regressions in remote.upload and use in config_mgmt
John Estabrook
2023-11-27
image-tools: T5751: restore arg raise_error for non-interactive use
John Estabrook
2023-11-25
remote: T5773: Fix for broken config upload
erkin
2023-11-18
T2405: add Git support to commit-archive
Yun Zheng Hu
2023-11-14
remote: T5726: Disable the progressbar if the shell is noninteractive or the ...
erkin
2023-10-12
remote: T5650: Resize-aware progressbar implementation
erkin
2023-07-25
remote: T4412: Improved error handling for uploads/downloads
zsdc
2023-07-15
T5195: add/fix missing imports
John Estabrook
2023-07-15
T5195: vyos.util -> vyos.utils package refactoring part #2
Christian Breunig
2023-07-14
T5195: vyos.util -> vyos.utils package refactoring (#2093)
Christian Breunig
2022-01-11
remote: T3950: Gracefully handle chained exceptions
erkin
2021-12-16
remote: T3356: Remove incomplete HTTP upload progressbar support
erkin
2021-12-16
remote: T4037: Report the final URL when following redirects
erkin
2021-12-02
remote: T4037: Follow HTTP redirects
erkin
2021-11-24
T3356: Rewrite remote.py
erkin
2021-06-20
T3268: remote: Determine source address from given network interface
erkin
2021-06-20
T3563: remote: Allow `paramiko.transport.Transport().close()` to automaticall...
erkin
2021-06-17
T3356: remote: Use the local filename if the destination is a directory in SF...
erkin
2021-06-13
T3563: Call `socket.shutdown()` with appropriate argument
erkin
2021-06-09
remote, util: Move general helper routines from `remote.py` to `util.py`
erkin
2021-06-08
remote: import is_ipv6 from vyos.template
Christian Poessinger
2021-06-08
remote: Use `is_ipv6()` instead of ad hoc IPv6 check
erkin
2021-06-06
T3563: Add support for IPv6 source addresses in SSH connections
erkin
2021-05-30
T3356: Add progressbars to SFTP and HTTP transfers
erkin
2021-05-29
T3356: Add progressbars to FTP transfers
erkin
2021-05-18
T3356: remote: Read username and password from environment variables
erkin
2021-05-18
T3356: remote: Add friendly download procedure for user-facing scripts
erkin
2021-05-11
T3356: remote: Add authentication support
erkin
2021-05-07
remote: T3356: use custom MissingHostKeyPolicy
Lulu Cathrinus Grimalkin
2021-05-06
T3356: remote: Add support for obtaining the size of a remote file
erkin
2021-04-23
T3356: Add support for custom source address for connections
erkin
2021-04-16
util: T3356: Fix password variables
erkin
2021-03-30
Remove SFTP empty password check
erkin
2021-03-30
T3356: Encode strings given to/returned from curl in TFTP transfers
erkin
2021-03-15
Properly raise an error instead of exiting
erkin
2021-03-15
T3356: Generic download() and upload() for dynamically dispatching appropriat...
erkin
2021-03-11
config: T3356: Replace curl wrapper with (mostly) native remote file transfer...
erkin
2020-04-21
remote: T2270: correct use of username:password
John Estabrook
2020-04-11
util: T2205: convert remote to use cmd
Thomas Mangin
2020-04-10
util: T2253: fix translation of subprocess.check_output to cmd
John Estabrook
2020-04-10
Revert "Revert "util: T2226: rewrite remote function helpers to use cmd""
John Estabrook
2020-04-08
Revert "util: T2226: rewrite remote function helpers to use cmd"
John Estabrook
2020-04-06
util: T2226: rewrite remote function helpers to use cmd
Thomas Mangin
2019-10-01
T1424: Check for http error or redirect, when loading remote files.
John Estabrook
2019-06-03
T1423: Create known_hosts file if not present
John Estabrook
2019-05-28
T1397: Rewrite the config merge script
John Estabrook