cURL / Mailing Lists / curl-users / Single Mail

curl-users

ASCII transfers.... (FTP)

From: <Nico.Baggus_at_mail.ing.nl>
Date: Mon, 9 Oct 2000 11:39:42 +0100

L.S.

cURL v7.3 with SSL for Win32 seems to ignore ascii transfers for download from
FTP:
-B of --user-ascii have the same result, i.e. Image Transfers. A log showing
this is
added to this message.

The remote FTP host is a VMS system. The transfer works with a normal FTP
client.

(I have no possibility to compile anything in WIN32 therefore I just forward the
problem
 to the group.)

Log:

C:\WINNT\Profiles\nico baggus\Desktop>curl -B -u <user:password>
ftp://bbs1/ht_root:\[script_local\]file.pl -o file.txt -v
< 220 bbs FTP Server (Version 4.2) Ready.
> USER <user>
< 331 Username <user> requires a Password
> PASS <password>
< 230 User logged in.
* We have successfully logged in
* Connected to bbs1.xtra.nl (192.168.99.201)
> PASV
< 227 Entering Passive Mode (192,168,99,201,10,25)
* Connecting to bbs1.xtra.nl (192.168.99.201) port 2585
* Connected the data stream!
> TYPE I
< 200 TYPE set to IMAGE.
> RETR ht_root:[script_local]file.pl
< 150 Opening data connection for HT_ROOT:[SCRIPT_LOCAL]FILE.PL;332
(10.75.3.235,3106)
* Getting file with size: -1
  % Total % Received % Xferd Average Speed Time Curr.
                                 Dload Upload Total Current Left Speed
  0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0<
226 Transfer complete.
100 51137 0 51137 0 0 11348 0 --:--:-- 0:00:04 --:--:-- 51137

<EndofLog>

Regards,
Nico Baggus

-----------------------------------------------------------------
ATTENTION:
The information in this electronic mail message is private and
confidential, and only intended for the addressee. Should you
receive this message by mistake, you are hereby notified that
any disclosure, reproduction, distribution or use of this
message is strictly prohibited. Please inform the sender by
reply transmission and delete the message without copying or
opening it.

Messages and attachments are scanned for all viruses known.
If this message contains password-protected attachments, the
files have NOT been scanned for viruses by the ING mail domain.
Always scan attachments before opening them.
-----------------------------------------------------------------
Received on 2000-10-09