Quiero descargar unas imágenes de una galeria y necesito autenticarme y mirando en el manual en pdf de wget aparecen estas opciones
‘--user=user’‘--password=password’ Specify the username user andpassword password for both ftp and http file retrieval. Theseparameters can be overridden using the ‘--ftp-user’ and‘--ftp-password’ options for ftp connections and the ‘--http-user’ and‘--http-password’ options for http connections.
Pero en el apartdo de seguridad dice:
When using Wget, you must be aware that it sends unencrypted passwordsthrough the network, which may present a security problem
¿Significa eso que cualquiera puede ver mi contraseña, incluso alguien fuera de mi red privada?Aquí está el manual:https://www.gnu.org/software/wget/manual/wget.pdf