Hello.

 

I have a problem when I try to create a directory or delete a file (or directory) with hftp :

 

Exemple when I want to create a directory :

 

---------------------------------------------------------------------------------------

lftp [EMAIL PROTECTED]:~> mkdir test

---- Connecting to proxy sycorax (172.16.10.15) port 3128

---- Sending request...

---> PUT ftp://[EMAIL PROTECTED]/test/ HTTP/1.1

---> Host: 172.16.2.2

---> User-Agent: lftp/3.0.11

---> Content-length: 0

---> Authorization: Basic c2ViOnNlYg==

---> Connection: keep-alive

--->

<--- HTTP/1.0 201 Created

<--- Server: squid/2.5.STABLE4

<--- Mime-Version: 1.0

<--- Date: Wed, 10 Nov 2004 10:49:43 GMT

<--- Content-Type: text/html

<--- Content-Length: 597

<--- Expires: Wed, 10 Nov 2004 10:49:43 GMT

<--- X-Squid-Error: ERR_FTP_PUT_CREATED 0

<--- X-Cache: MISS from on

<--- Proxy-Connection: keep-alive

<---

---- Receiving body...

PollVec::Block: BUG - deadlock detected

PollVec::Block: BUG - deadlock detected

PollVec::Block: BUG - deadlock detected

PollVec::Block: BUG - deadlock detected

Interrupt

---- Closing HTTP connection

 

However, after CTRL C, the directory is created.

 

 

And when I want to delete the directory :

-------------------------------------------------------------------------------

lftp [EMAIL PROTECTED]:~> rmdir test

---- Connecting to proxy sycorax (172.16.10.15) port 3128

---- Sending request...

---> DELETE ftp://[EMAIL PROTECTED]/test HTTP/1.1

---> Host: 172.16.2.2

---> User-Agent: lftp/3.0.11

---> Authorization: Basic c2ViOnNlYg==

---> Connection: keep-alive

--->

<--- HTTP/1.0 501 Not Implemented

<--- Server: squid/2.5.STABLE4

<--- Mime-Version: 1.0

<--- Date: Wed, 10 Nov 2004 10:52:26 GMT

<--- Content-Type: text/html

<--- Content-Length: 1031

<--- Expires: Wed, 10 Nov 2004 10:52:26 GMT

<--- X-Squid-Error: ERR_UNSUP_REQ 0

<--- X-Cache: MISS from on

<--- Proxy-Connection: close

<---

rmdir: Access failed: 501 Not Implemented (test)

---- Closing HTTP connection

 

 

 

I don’t know if it’s me who have a bad configuration or if there is a bug.

Could you help me please

 

 

seb

Reply via email to