ftp ftp://bapte:[email protected]
And I got
ftp: ftp://bapte:[email protected]: Name or service not known
I tried a bunch of different things. I looked at manual. No luck
I tried
ftp -user username password ftp.backupte4.rsyncbackup.info
as said in manual
ftp: u: unknown option
All I need is a sample that works.
The manual said
http://linux.about.com/od/commands/l/blcmdl1_ftp.htm
user user-name [password ] [account ] Identify yourself to the remote FTP server. If the password is not specified and the server requires it, ftp will prompt the user for it (after disabling local echo). If an account field is not specified, and the FTP server requires it, the user will be prompted for it. If an account field is specified, an account command will be relayed to the remote server after the login sequence is completed if the remote server did not require it for logging in. Unless ftp is invoked with auto-login disabled, this process is done automatically on initial connection to the FTP server.
So what exactly I should put?