View previous topic :: View next topic |
Author |
Message |
s3ntinel n00b
Joined: 04 Apr 2005 Posts: 64
|
Posted: Thu Jan 26, 2006 9:10 pm Post subject: ftp clients and ftp:// protocol |
|
|
Hi, this may be obvious but:
I have net-ftp/ftp 0.17-r3 installed, and want to connect via ftp to a server.
If I try
after username/password it connects fine,
but if I try
Code: | ftp ftp://my.server.name
or
ftp ftp://myname:password@my.server.name
|
it rejects with ftp ftp://my.server.name: Unknown host
I'm also now trying to use KFTPGrabber which won't allow me to use anything but this syntax; it seems that this too seems to be suffering the same problems.
Do I need a different package? Any ideas?
Thanks in advance! |
|
Back to top |
|
|
Monkeh Veteran
Joined: 06 Aug 2005 Posts: 1656 Location: England
|
Posted: Thu Jan 26, 2006 9:12 pm Post subject: |
|
|
Because, perhaps, ftp doesn't need to be told to use the ftp protocol because it only uses the ftp protocol?
myname:password@my.server.name should work fine. |
|
Back to top |
|
|
s3ntinel n00b
Joined: 04 Apr 2005 Posts: 64
|
Posted: Thu Jan 26, 2006 9:24 pm Post subject: |
|
|
Yes, tried that. It produces
Code: | ftp: myname:password@my.server.name: Unknown server error |
And KFTPGrabber really didn't like me modifying the connection string...
Incidentally, the server replies with
Code: |
220 Welcome to the VSFTP service on Server F1. |
|
|
Back to top |
|
|
|