Remoting framework - Problem with ftp user creation

Discussion in 'General' started by Whitenoise, May 12, 2009.

  1. Whitenoise

    Whitenoise New Member

    Hi,

    I have a issue with creating an FTP user for a web via the remoting framework. Basically the problem is that the user got correctly created but then I can not ftp login as the password is not right.
    It seems to be a random problem and at the moment my only guess is that maybe the password must have a certain format, as, for instance, not made up of only numbers or at least long X chars or something similar.

    Is this the case? I mean, must the password be formatted in a particular way?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    There is no special password formatting needed, you should be able to use the same chars and numbers via remoting then in the web interface. But maybe you run into some encoding issues e.g. when you use special chars or umlauts in your password.
     
  3. Whitenoise

    Whitenoise New Member

    Hmm, it seems like it's a problem with numeric passwords starting with 0. Anyway, 99% the issue is due to my code. Thank you anyway.
     

Share This Page