cURL / Mailing Lists / curl-library / Single Mail

curl-library

ISA Server: extended error message while uploading to ftp server

From: AMBROSINI Marco <m.ambrosini_at_itcgr.net>
Date: Tue, 12 May 2009 08:45:20 +0200

Hi,
using libcurlnet to upload a file to an FTP server, I have tried my code
on the internet and it works fine. In our intranet, with isa server as
proxy, with exactly the same code (but with proxy configured) I have
this log:

---------------------------------------------
Trying 10.10.7.77...
connected

Connected to 10.10.7.77 (10.10.7.77) port 80

Proxy auth using NTLM with user 'DOMITC\u010101111'

Server auth using Basic with user 'ITCGROUP'

PUT ftp://USER:pwd@FTPServer/in/filename.txt HTTP/1.1
Proxy-Authorization: NTLM TlRMTVNTUAABAAAAAgIAAAAAAAAgAAAAAAAAACAAAAA=
Authorization: Basic SVRDR1JPVVA6ZG9Idzd5Q1NGMw==
Host: FTPServer:21
Pragma: no-cache
Accept: */*
Content-Length: 0
Expect: 100-continue

HTTP/1.1 100 Continue

Via: 1.1 ITCGR999VISA01

HTTP/1.1 200 OK

Via: 1.1 ITCGR999VISA01

Pragma: no-cache

Cache-Control: no-cache

Content-Type: text/html

<HTML>
<meta http-equiv="Content-Type" content="text-html; charset=UTF-8">
<HEAD>
<TITLE>Server error message </TITLE>
</HEAD>
<BODY><H1>ISA Server: extended error message : </H1>
<PRE>200 Type set to I
200 PORT command successful
550 /in/ filename.txt: No such file or directory
Connection #0 to host 10.10.7.77 left intact
---------------------------------------------

What's the meaning of this error? I didn't use SSL or httpproxytunnel.

Thanks in advance!
Received on 2009-05-12