@param remote The name to give the remote file. @param local The local InputStream from which to read the file. @return True if successfully completed, false if not. @exception FTPConnectionClosedException If the FTP server prematurely closes the connection as a result of the client being idle or some other reason causing the server to send FTP reply code 421. This exception may be caught either as an IOException or independently as itself. @exception CopyStreamException If an I/O error occurs while actuallytransferring the file. The CopyStreamException allows you to determine the number of bytes transferred and the IOException causing the error. This exception may be caught either as an IOException or independently as itself. @exception IOException If an I/O error occurs while either sending acommand to the server or receiving a reply from the server.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|