How to connect to a remote system using ftp command? -
i have transfer files machine another(both windows platform) , purpose trying out ftp commands. so, opening command prompt , typing following:
c:\windows\system32> ftp ftp> open sample.com ftp> username
now when enter username throws me error "not connected".i not getting doing wrong. user name absolutely correct.please suggest how connect remote system using ftp commands.
it seems "open" command failed , not connected ftp server.
here connection looks like:
c:\>ftp ftp> open ftp.microsoft.com connected ftp.microsoft.akadns.net. 220 microsoft ftp service user (ftp.microsoft.akadns.net:(none)): anonymous 331 anonymous access allowed, send identity (e-mail name) password. password: 230-welcome ftp.microsoft.com. visit http://www.microsoft.com/downloads. 230 user logged in. ftp>
here username "anonymous" , provided @ "user" prompt.
you can in way:
c:\>ftp ftp> open ftp.microsoft.com connected ftp.microsoft.akadns.net. 220 microsoft ftp service user (ftp.microsoft.akadns.net:(none)): 501 invalid number of parameters. login failed. ftp> user anonymous 331 anonymous access allowed, send identity (e-mail name) password. password: 230-welcome ftp.microsoft.com. visit http://www.microsoft.com/downloads. 230 user logged in. ftp>
here did not enter username used "user" command provided ftp client provide username "anonymous"
none of these experiencing. because have removed of information in interest of confidentiality? if so, makes difficult help.
also, read on over using ftp command.
here 1 found off google think walk through ftp commands: ftp , sftp beginners guide 10 examples
Comments
Post a Comment