Re: issue with ftp::Quote STATUS .
Patrick Finnegan wrote:
(bin) 66 % ftp::Quote $session STATUS
500 'STATUS': command not understood.
Upper case?
ftp> status
Connected to 12.34.56.78..
Type: ascii; Verbose: On ; Bell: Off ; Prompting: On ; Globbing: On
Debugging: Off ; Hash mark printing: Off .
Lower case?
Just a thought...
--
Darren New / San Diego, CA, USA (PST)
His kernel fu is strong.
He studied at the Shao Linux Temple.
.
Relevant Pages
- Re: debugger internals
... Windows has special compact debugging API that includes, among others, functions GetThreadContext and SetThreadContext. ... ReadProcessMemory and WriteProcessMemory allow you to set INT3 breakpoints. ... Of course, you must read original first byte of the command before writing INT3, otherwise you will be unable to restore the command after break. ... You may, for example, disable write access to data memory and get exception on write to the protected memory block. ... (comp.lang.asm.x86) - Re: gdb stepping into boring stuff
... The "step" command doesn't step into functions that have no debugging ... hash table within the gdb convenience variables (which I think is ... with the $known_uninteresting_pc being kept as an array local to the ... (comp.os.linux.development.apps) - Re: archecker redux.....no P word
... Grep for ERROR from the archecker log -- it will tell you if there's a ... tables before running a new archecker table-level restore command. ... you can add the -d option to archecker table-level restore command to ... Debugging for component parser - enabled ... (comp.databases.informix) - GDB cant find the start of the function at ....
... When i am debugging my source code from the GDB command line i am ... the stack trace ... GDB can't find the start of the function at 0x64. ... (comp.os.vxworks) - Re: How to ignore spaces in directory names?
... Nishi Bhonsle wrote: ... How can I modify the line below so it would ignore the spaces in the ... a command line argument. ... You need to work on debugging your problems, ... (perl.beginners) |
|