Menu

unable to "put"

Help
Anonymous
2009-06-10
2020-08-24
  • Anonymous

    Anonymous - 2009-06-10

    ERROR MESSAGE: STATUS MESSAGE: Message alert from SPX:

    Error code 2: PUT Access Denied

    after install & edit of ini I am unable to write to directory.
    1) checked security - all users have full control
    2) changed service login credentials to administrator
    3) adminstrator has write access to directory
    4) started and stopped service for config changes
    5) server is not writing to log file

    Any other thoughts?

    #This file is required for custom settings
    #If not exists defaults are assumed
    #Anything starting with a control character will be a comment
    #This file should be edited and should in same folder as exe file is.
    #You need to remove ' from beginning of values and replace with your
    #own values below if you need change settings

    [LISTEN-ON]
    #if you have more than one NIC card on your server
    #can specify which cards will listen TFTP requests
    #Specify the Interface you would like server to listen
    #default listening port is 69, but can be overridden here
    #upto 8 interfaces can be specified
    #Default is All Interfaces
    #'128.254.185.131
    #'69.254.185.131:69
    '192.168.1.252

    [HOME]
    #You should specify home directory(s) here
    #The home directory can be specified
    #in two different ways, with alias or
    #bare names without aliases. Using alias you
    #can specify upto 8 directories like
    #routers=c:\RouterImages\Images
    #boot=d:\PXEBoot\Images
    #installs=d:\PXEBoot\Images
    #without aliases, only one directory can
    #be specified, which will become root
    #directory for tftp.
    #mix up of bare names and aliases not allowed
    'c:\TFTP-root
    #'routers=c:\RouterImages\Images
    #'boot=d:\PXEBoot\Images
    #'installs=c:\installs

    [LOGGING]
    #Logging is done in TFTPServer.log, in directory where exe is.
    #Logging will be done only if run as NT Service.
    #default is Errors
    #Logging "All" is resources intensive, should not be normally used.
    #'None
    #'Errors
    'All

    [ALLOWED-CLIENTS]
    #These are permitted clients for TFTP Access.
    #Hosts having IP address within these ip ranges
    #only will be responded to DNS requests.
    #32 ranges can be specified.
    #If none is specified, then all are allowed
    '192.168.0.1-192.168.0.254
    #'10.0.0.1-10.255.255.254

    [TFTP-OPTIONS]
    #First Option is server port range on which tftpserver
    #would respond from, if you have firewall
    #issues, you may like to restrict this
    #range. default is any free port
    #do not use reserve ports less than 1024
    #The Multithreaded TFTP Server listens the
    #requests on port 69 but responds on any free
    #port within these ranges, these are server
    #ports not client ports, client can use any port
    #if there is a fire wall issue, it should be
    #opened for server ip for these ports.
    'port-range=30000-30100

    #Next is Thread Pool Size
    #value of 0 means there is no thread pool
    #threads will be created just in time and
    #killed after serving requests.
    #if simultaneous request are more than
    #thread pool size, extra threads will be
    #created and killed after serving requests
    #but ready threads will never be less than this value
    #min is 0, max can be 100, default is 1
    'ThreadPoolSize=1

    #First is default timeout per interval
    #if not overridden by client
    #min is 1, max can be 255, default is 3
    'timeout=3

    #Next is max block size, allowed
    #on client request. Max is 65464
    #if not overridden by client
    #it is always 512
    'blksize=65464

    #Next are the file operation permissions
    #Clients can only read files if read is
    #set to Y, default is Y
    'read=Y
    #Clients can only create new files if write is
    #set to Y, default is N
    'write=Y
    #Clients can only overwrite existing files if
    #overwrite is #set to Y, default is N
    'overwrite=Y

     
    • Achal Dhir

      Achal Dhir - 2009-06-11

      Thanks for posting

      All punctuation char are also comments. You also need to remove the comments from beginning of lines:-

      'read=Y should be read=Y
      'write=Y should be write=Y
      'overwrite=Y should be overwrite=Y

      Thanks
      Achal

       
      • Anonymous

        Anonymous - 2009-06-11

        LOL - I am an idiot.... I saw the hash mark (pound sign) and then looked at the apostrophe....thinking that I was uninformed about it as a preface to the line, I left it in place......I see why you did that...It makes sense now...This might save someone else a headache even if it is an embarassement!

        BTW - thanks for the TFTP server!!!!

         
  • Donald1010

    Donald1010 - 2020-08-24

    im not actually getting your point

     

Log in to post a comment.