- Dec
- 236
- 2
Hi,
The documentation for SFTP says:
***
You can also specify an explicit username and password on the command line:
ftp://[username:password@]ftp.abc.com/...
If you specify a password of *, you will be prompted to enter the password (which will appear on the screen as asterisks).
***
But using "username:*" doesn't work, while "username: password" does. When I type in the password and hit return I just get another prompt for the password.
I am using TCC 13.04.63
Craig
Update:
IFTP /P /V sftp://[username:*@]ftp.abc.com/
This seems to work, but
sftp://[username:*@]ftp.abc.com/
does not work.
The documentation for SFTP says:
***
You can also specify an explicit username and password on the command line:
ftp://[username:password@]ftp.abc.com/...
If you specify a password of *, you will be prompted to enter the password (which will appear on the screen as asterisks).
***
But using "username:*" doesn't work, while "username: password" does. When I type in the password and hit return I just get another prompt for the password.
I am using TCC 13.04.63
Craig
Update:
IFTP /P /V sftp://[username:*@]ftp.abc.com/
This seems to work, but
sftp://[username:*@]ftp.abc.com/
does not work.