Results 1 to 1 of 1
I am using a program that requires you to login in to ftp with command:
Code:
ftp username@ftpserverip
I have set up my local machine as a ftp server and ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-09-2008 #1Just Joined!
- Join Date
- Jul 2007
- Location
- San Francisco, CA
- Posts
- 7
FTP localuser@localhost login problem
I am using a program that requires you to login in to ftp with command:
Code:
ftp username@ftpserverip
I have set up my local machine as a ftp server and can connect to it fine like this:
Code:
ftp localftpserverip
Code:
~$ ftp *.*.*.*
Connected to *.*.*.*
220 (vsFTPd 2.0.6)
Name (*.*.*.*:*******): *******
331 Please specify the password.
Password:
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp>
when i try this however:
Code:
ftp localuser@localftpserverip
it doesn't work:
Code:
ftp *******@**.*.*.*
ftp: *******@**.*.*.*: Unknown host
ftp> ls
Not connected.
ftp>
how can i fix this?


Reply With Quote
