Differences
This shows you the differences between the selected revisions of the page.
| guide_injecting_sftp_ftp_url_to_page 2017-11-08 | guide_injecting_sftp_ftp_url_to_page 2026-06-02 (current) | ||
| Line 1: | Line 1: | ||
| ====== Injecting SFTP or FTP URL to a page (Amazon EC2 management console) ====== | ====== Injecting SFTP or FTP URL to a page (Amazon EC2 management console) ====== | ||
| - | If you are managing a large amount of servers, it may not be feasible for you to [[session_configuration#site|save a site]] for each of them in WinSCP. If your management portal offers an SFTP or FTP URL for each server, you can simply click it, as WinSCP [[integration_url|registers to handle the URLs]]. But if such %%URL%% is not available, as is a case with [[guide_amazon_ec2|Amazon EC2]] management console, you may end up copying the host name from management portal to WinSCP all the time. | + | If you are managing a large amount of servers, it may not be feasible for you to [[session_configuration#site|save a site]] for each of them in WinSCP. If your management portal offers an SFTP or FTP URL for each server, you can simply click it, as WinSCP [[integration_url|registers to handle the URLs]]. But if such %%URL%% is not available, as is a case with [[guide_amazon_ec2|Amazon EC2]] management console, you may end up copying the hostname from management portal to WinSCP all the time. |
| - | Instead, you may use a user script, that automatically converts the host name on the management portal into a clickable %%URL%%. | + | Instead, you may use a user script, that automatically converts the hostname on the management portal into a clickable %%URL%%. |
| ~~AD~~ | ~~AD~~ | ||
| Line 19: | Line 19: | ||
| * For Mozilla Firefox, use [[https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/|Greasemonkey]] extension; | * For Mozilla Firefox, use [[https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/|Greasemonkey]] extension; | ||
| - | * For Google Chrome, use [[https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo|Tampermonkey]] extension.((While Google Chrome supports user scripts on its own, it does not support ''@require'' directive, nor it runs scripts not available in Chrome Web Store.)) | + | * For Google Chrome, use [[https://chromewebstore.google.com/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo|Tampermonkey]] extension.((While Google Chrome supports user scripts on its own, it does not support ''@require'' directive, nor it runs scripts not available in Chrome Web Store.)) |
| <code javascript> | <code javascript> | ||