HP3000-L Archives

February 1999, Week 2

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Reply To:
Date:
Wed, 10 Feb 1999 15:35:52 -0500
Content-Type:
text/plain
Parts/Attachments:
FTP (36 lines)
>It is my understanding that on MPE 5.5 FTP will abort when you have a
>Delete command and an Exitonerror.
>
>
>No patches as of yet.
>
>Hope this helps.
>
>Cheryl

FTP on MPE 5.5 will exit if you have ExitOnError enabled and try to delete a
file that doesn't exist. You can delete existing files with ExitOnError enabled.

ftp> dir
200 PORT command successful.
150 Opening ASCII mode data connection for /usr/bin/ls.
total 3440
-rw-rw-rw-   1 sfulton    users       494265 Jan 25 15:47 listee
-rw-rw-rw-   1 sfulton    users       362500 Jan 25 15:50 listef
-rw-rw-rw-   1 sfulton    users       518000 Jan 25 15:55 listye
-rw-rw-rw-   1 sfulton    users       385000 Jan 25 15:52 listyf
226 Transfer complete.
276 bytes received in 0.51 seconds (0.53 Kbytes/sec)
ftp> exitonerror
ExitOnError mode on.  (FTPINFO 33)
ftp> del listee
250 DELE command successful.
ftp> del listee
550 listee: No such file or directory.
%

-----

Steve Fulton
The NPD Group Canada, Inc.

ATOM RSS1 RSS2