Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: leiw on January 06, 2010, 04:16:27 PM

Title: Can't login FTP
Post by: leiw on January 06, 2010, 04:16:27 PM
Hello

I have setup one ibay account: ibay name: test / password: testtest / Local network (password required)

In Windows IE6, I enter the following address: ftp:// test : testtest @ ftp. 10.0.0.123
this address can't login to FTP, is I enter wrong address?

Thanks !
Title: Re: Can't login FTP
Post by: cactus on January 06, 2010, 06:49:46 PM
In Windows IE6, I enter the following address: ftp:// test : testtest @ ftp. 10.0.0.123
this address can't login to FTP, is I enter wrong address?
You seem to mixup hostname and IP based connection, it is either:

user:password@ip-address

or

user:password@hostname
Title: Re: Can't login FTP
Post by: leiw on January 07, 2010, 01:34:36 AM
I tried both already:

ftp:// test : testtest @ ftp. 10.0.0.123
or
ftp:// test : testtest @ ftp. domain.com

They not working
Title: Re: Can't login FTP
Post by: leiw on January 07, 2010, 07:17:35 AM
Could someone can help?

Thanks !
Title: Re: Can't login FTP
Post by: cactus on January 07, 2010, 08:59:54 AM
ftp:// test : testtest @ ftp. 10.0.0.123
Like I said you should not use ftp. when using the IP (which contains only numbers and no letters), neither the spaces you show here, just:
Code: [Select]
ftp://user:password@ip
Title: Re: Can't login FTP
Post by: Stefano on January 07, 2010, 09:51:59 AM
Could someone can help?

you should start helping us.. no crystal ball here and "They not working" is not helpfull
so, please:

- try, from your client, to ping ftp.domain.com.. does it work?
- use, as cactus told you, a different syntax
Title: Re: Can't login FTP
Post by: tkibugu on January 07, 2010, 10:47:51 AM
Hello, IMHO, leiw probably needs to change the 'Group' setting at i-bay panel from 'Admin'  to access the i-bay using IE - ftp://ibay:ibaypassword@ip-address

HTH
Title: Re: Can't login FTP
Post by: cactus on January 07, 2010, 11:19:51 AM
Hello, IMHO, leiw probably needs to change the 'Group' setting at i-bay panel from 'Admin'  to access the i-bay using IE - ftp://ibay:ibaypassword@ip-address
There is nothing that leads me to think that. I think more OP is (still) using the wrong syntax.
Title: Re: Can't login FTP
Post by: tkibugu on January 07, 2010, 12:46:34 PM
Hi cactus, sorry I got mixed-up - I was trying to say that if  'Group'='Admin', then 'User access via file sharing or user ftp'='Write=group, Read=everyone' is the only one that seems to work with IE - ftp://ibay:ibaypassword@ip-address.
Thanks.