Your message dated Sat, 26 Apr 2008 12:32:07 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#450723: fixed in netkit-ftp-ssl 0.17.18+0.2-1
has caused the Debian Bug report #450723,
regarding "-z secure" switch has no effect if "-n" switch is also used
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
450723: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=450723
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: ftp-ssl
Version: 0.17.12+0.2-6

When the ftp command supplied in the ftp-ssl package
is invoked with both the "-n" and the "-z secure"
switches, the "-z secure" switch has no effect.  The
"AUTH SSL" command is not sent to the remote server
and no SSL negotiation takes place.  Use of the "-n"
switch is essential if one wishes to use standard
input redirection  to supply the "user" command, WITH
A PASSWORD, in a file.  Use of the "-z secure" option
is essential to connect with a server which requires
an SSL-secured connection.  Since the two options do
not work together, it is impossible to write a script
to automate file transfers using this client when
connecting to a secure server.

Here's an example.  The file "test.ftp" contains the
following lines:

open my.mouse.hole 991
user mouse cheese
dir
close
quit

If the following command is issued:

ftp -pinegvdz secure < test.ftp

the following output is received:

Connected to my.mouse.hole.
220-Glub Tech Secure FTP Wrapper (v2.5.7)
220 my.mouse.hole FTP server (Version wu-2.6.2(1) Mon
Aug 16 17:10:57 IDT 2004) ready.
ftp: setsockopt: Bad file descriptor
---> SYST
530 Please login with USER and PASS.
---> USER mouse
503 Login with AUTH SSL/TLS first.
Login failed.
ftp: setsockopt (ignored): Permission denied
---> PASV
530 Please login with USER and PASS.
Passive mode refused.
---> QUIT
221 Goodbye.

If you leave off "-z secure" and connect to a
non-secure ftp server, this technique works fine.  For
example:

ftp -pinegvd < test.ftp

produces the following output:

Connected to my.mouse.hole.
220-FTPSERVE IBM VM Level 510 at MY.mouse.hole,
12:01:15 EST FRIDAY 2007-11-09
220 Connection will close if idle for more than 5
minues
ftp: setsockopt: Bad file descriptor
---> SYST
215-z/VM Version 5 Release 2.0, service level 0701
(64-bit)
    VM/CMS Level 22, Service Level 701
215 VM is the operating system of this server.
Remote system type is VM.
---> USER mouse
331 Send password please.
---> PASS XXXX
230-MOUSE logged in; working directory = MOUSE 191
(ReadOnly)
230 write access currently unavailable
---> SYST
215-z/VM Version 5 Release 2.0, service level 0701
(64-bit)
    VM/CMS Level 22, Service Level 701
215 VM is the operating system of this server.
Remote system type is VM.
---> PASV
227 Data transfer will passively listen to
nnn,nnn,nnn,nnn,4,5
---> LIST
125 List started OK
PROFILE  EXEC     V         70          9          1
2007-09-27 16:25:15 SMP191
250 List completed successfully.
---> QUIT
221 Quit command received. Goodbye.

I am using Debian GNU/Linux 4.0r1 (etch1) with Linux
kernel 2.6.18

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



--- End Message ---
--- Begin Message ---
Source: netkit-ftp-ssl
Source-Version: 0.17.18+0.2-1

We believe that the bug you reported is fixed in the latest version of
netkit-ftp-ssl, which is due to be installed in the Debian FTP archive:

ftp-ssl_0.17.18+0.2-1_i386.deb
  to pool/main/n/netkit-ftp-ssl/ftp-ssl_0.17.18+0.2-1_i386.deb
netkit-ftp-ssl_0.17.18+0.2-1.diff.gz
  to pool/main/n/netkit-ftp-ssl/netkit-ftp-ssl_0.17.18+0.2-1.diff.gz
netkit-ftp-ssl_0.17.18+0.2-1.dsc
  to pool/main/n/netkit-ftp-ssl/netkit-ftp-ssl_0.17.18+0.2-1.dsc
netkit-ftp-ssl_0.17.18+0.2.orig.tar.gz
  to pool/main/n/netkit-ftp-ssl/netkit-ftp-ssl_0.17.18+0.2.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ian Beckwith <[EMAIL PROTECTED]> (supplier of updated netkit-ftp-ssl package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 24 Apr 2008 23:36:37 +0100
Source: netkit-ftp-ssl
Binary: ftp-ssl
Architecture: source i386
Version: 0.17.18+0.2-1
Distribution: unstable
Urgency: low
Maintainer: Ian Beckwith <[EMAIL PROTECTED]>
Changed-By: Ian Beckwith <[EMAIL PROTECTED]>
Description: 
 ftp-ssl    - The FTP client with SSL or TLS encryption support
Closes: 437616 450723 476131
Changes: 
 netkit-ftp-ssl (0.17.18+0.2-1) unstable; urgency=low
 .
   * New maintainer (Closes: #476131).
   * Update to netkit-ftp 0.17.18.
   * Initialize SSL even when -n is used (Closes: #450723).
     Also enforce -z secure in USER command.
   * Fix nostrip and noopt DEB_BUILD_OPTIONS (Closes: #437616).
   * Fix all warnings in source.
   * Remove dpatch - not worth it for one change out of many.
   * Remove ncurses Build-Dep and drop it from LIBTERMCAP setting,
     as we don't actually use it.
   * ftp.1: Document SSL options, fix typos & hyphen quoting.
   * ftp -h: Document SSL options.
   * Add DM-Upload-Allowed: yes.
   * Update debian/copyright.
   * Bump debhelper compat level to 5.
   * Remove unused debhelper calls.
Checksums-Sha1: 
 b3fbc4bda82a457c8e33f5bd7b6b6c728c7f92c3 1094 netkit-ftp-ssl_0.17.18+0.2-1.dsc
 815541a33bf02a43b5b41194389b8435e7890935 53934 
netkit-ftp-ssl_0.17.18+0.2.orig.tar.gz
 15a54ae6fb1a1a30c261be5fa19d745ec2c8f6e2 31618 
netkit-ftp-ssl_0.17.18+0.2-1.diff.gz
 a1793450c1a33ac3aaabe2ddf280d8be3582437f 57086 ftp-ssl_0.17.18+0.2-1_i386.deb
Checksums-Sha256: 
 5a0077b1ee2514a411f9241f2588e0ca77ff0970a9389df32d641f32b4e41685 1094 
netkit-ftp-ssl_0.17.18+0.2-1.dsc
 61c913299b81a4671ff089aac821329f7db9bc111aa812993dd585798b700349 53934 
netkit-ftp-ssl_0.17.18+0.2.orig.tar.gz
 61345d68430f61c3a08f244e24ed04489986bf50162081ad57209b38192b24b3 31618 
netkit-ftp-ssl_0.17.18+0.2-1.diff.gz
 6f08a77a47461ffd6733f49e57f0b53fd19c320a8ca609d193de3fdfae9574ec 57086 
ftp-ssl_0.17.18+0.2-1_i386.deb
Files: 
 de0054dab0840c54af5f00f4221ca888 1094 net extra 
netkit-ftp-ssl_0.17.18+0.2-1.dsc
 94441610c9b86ef45c4c6ec609444060 53934 net extra 
netkit-ftp-ssl_0.17.18+0.2.orig.tar.gz
 0a4ff9fa83acd849d721d287d0f7f427 31618 net extra 
netkit-ftp-ssl_0.17.18+0.2-1.diff.gz
 ca6b4fdc484d718810528001bd460970 57086 net extra ftp-ssl_0.17.18+0.2-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFIEx0L+C5cwEsrK54RApIvAKCn1ZDH3+7fVkMSdaCbKJ/D/UF4TACgiIgg
WuAOQ2seCB20aM+jLrn4Za8=
=i21V
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to