Re: issue with ftp::Quote STATUS .
- From: Mark Janssen <[string reverse moc.liamg@xxxxxxxxxxx]>
- Date: Fri, 27 Apr 2007 00:25:19 +0200
On 26 Apr 2007 07:31:53 -0700, Patrick Finnegan
<finnegan.patrick@xxxxxxxxx> wrote:
Running Tcl 8.4.14 on Windows XP.
I am trying to use the ftp:Quote option to send native FTP commands to
an FTP server but it returns "command not understood".
Works from the ftp command line on tyhe same machines.
(bin) 65 % ftp::Pwd $session
/
(bin) 66 % ftp::Quote $session STATUS
500 'STATUS': command not understood.
Output from command line FTP.
ftp> status
Connected to 12.34.56.78..
Type: ascii; Verbose: On ; Bell: Off ; Prompting: On ; Globbing: On
Debugging: Off ; Hash mark printing: Off .
It seems that this is not what ftp::Quote is doing ftp::Quote is
actually sending the command "quote cmd" to the server. This gives the
same result when I try it from my ftp client:
ftp> quote stat
500 'STAT' not understood
ftp> stat
Connected to ftp2.xs4all.nl.
Type: ascii; Verbose: On ; Bell: Off ; Prompting: On ; Globbing: On
Debugging: Off ; Hash mark printing: Off .
What ftp::Quote is to achieve then is not clear to me.
Mark
.
- References:
- issue with ftp::Quote STATUS .
- From: Patrick Finnegan
- issue with ftp::Quote STATUS .
- Prev by Date: Re: issue with ftp::Quote STATUS .
- Next by Date: Re: Snack, play sound: script behavior in C++ program diifers from the same running under Wish.
- Previous by thread: Re: issue with ftp::Quote STATUS .
- Next by thread: Expect script to log in to server no longer working - fork broken??
- Index(es):
Relevant Pages
|