Recently I logged into an FTP site with Konqueror and I need to log
into and provide username and password again. The program does not
ask. I understand that the password is stored and that is why
Konqueror does not ask for it.
How can I erase that password ? or how can I make the Konqueror ask
for it again?
Thanks,
Best regards.
Marco.
--------------------------
Freedom is not a permission for chaos.
macruzq a écrit :
>
> Recently I logged into an FTP site with Konqueror and I need to log
> into and provide username and password again. The program does not
> ask. I understand that the password is stored and that is why
> Konqueror does not ask for it.
> How can I erase that password ? or how can I make the Konqueror ask
> for it again?
If you need to log in with a different username, you can try to put it
in the URL : ftp://username@server/
Thank you very much for your solution / Merci beaucoup de votre
solution.
> Hi everybody,
>
> Recently I logged into an FTP site with Konqueror and I need to log
> into and provide username and password again.
Short answer: if anonymous access is allowed, use
ftp://ftp@host/path
Long answer:
By a decade-long habit I usually I use
username: ftp (or anonymous)
password: x...@domainname.com
Some sites ask for an email address for a password. It's been years
where I was rejected if I didn't.
As Pascal says,you can put username and password in the URL
The actual syntax is
ftp://user:password@host:port/path
If you actually need to use an email as a password, that would be
ftp://ftp:x%40domain.com@host/path
where %40 = "@"
BTW - Firefox warns me that it might be a trick, because no
authentication is required....
Yes, but I don't like putting the password in the URL because I don't
like having it stored in the browser history or sent in referrers.
Usually if the server requires a password for the username, the browser
will ask for it.
ftp has "referrers"?
No, but a FTP site may contain HTML documents which the browser renders
when you click on them and which may contain HTTP links.