
Net::FTPServer::FileHandle - A Net::FTPServer file handle.

use Net::FTPServer::FileHandle;

Return the filename (last) component.
Return the directory which contains this file.
Open a file handle (derived from IO::Handle, see IO::Handle(3)) in either read or write mode.
Delete the current file. If the delete command was successful, then return 0, else if there was an error return -1.

Richard Jones (rich@annexia.org).

Copyright (C) 2000 Biblio@Tech Ltd., Unit 2-3, 50 Carnwath Road, London, SW6 3EG, UK

Net::FTPServer(3), perl(1)