def fcntl(command,argument)
        unless @session.respond_to?(:file_fcntl)
          raise(NotImplementedError,"#{@session.inspect} does not define file_fcntl")
        end