one level below root

Discussion in 'Developers' Forum' started by dgmufasa, Dec 22, 2011.

  1. dgmufasa

    dgmufasa New Member

    Hello all,

    In ISPConfig, one can use a "remote user" to connect to the system and get data (using the API).

    I need to be able to connect to ISPConfig (at the OS level) to do some ftp of information from local accounts.

    I dont want to use root to do this.

    Is there another example to follow?

    TIA
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    The ISPConfig remote API is a http / soap based API to add or edit records in the ispconfig database. Accessing the filesystem of the operating system is not in the scope of the api. To access the filesystem of your server, you can use e.g. ftp, sftp, ssh, scp or any other technology available on linux that allows file access.
     

Share This Page