# **************************************** # FTP Configuration file example # # Default values # FTPStart=on # FTPPort=21 # FTPMaxInstNbr=3 # FTPConnectionTimeout=0 0=No timeout, != 0 timeout of specified seconds # FTPRemoveDefaultUser=0 Default user and password is kept # UserName=root,rootpasswd,0,0xFF,rd_wr # # **************************************** # # Uncomment next line do forbid FTP connections # FTPStart=off # # **************************************** # # Overwritten values FTPPort=21 # Check if this TCP port is NOT used by any other connections! FTPMaxInstNbr=4 # Four instances max FTPConnectionTimeout=3600 # 1 hour timeout if no command received # FTPRemoveDefaultUser=1 # default user is removed if uncommented! # # User = master # password = haveaccess # Belong to download Group. # Have access to files / directories belonging to all groups except PLC Group # By default read/write access UserName=master,haveaccess,0x04,0xFE # # User = limited # no password is defined # Belong USER3 group # Have access to files / directories belonging to USER3 group # defined with read only access UserName=limited,,0x80,0x80,rd_only #