Koozali.org: home of the SME Server

Can't login FTP

Offline leiw

  • ***
  • 46
  • +0/-0
Can't login FTP
« 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 !

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: Can't login FTP
« Reply #1 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
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline leiw

  • ***
  • 46
  • +0/-0
Re: Can't login FTP
« Reply #2 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

Offline leiw

  • ***
  • 46
  • +0/-0
Re: Can't login FTP
« Reply #3 on: January 07, 2010, 07:17:35 AM »
Could someone can help?

Thanks !

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: Can't login FTP
« Reply #4 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
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: Can't login FTP
« Reply #5 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

Offline tkibugu

  • *
  • 24
  • +0/-0
Re: Can't login FTP
« Reply #6 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

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: Can't login FTP
« Reply #7 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.
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline tkibugu

  • *
  • 24
  • +0/-0
Re: Can't login FTP
« Reply #8 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.