> What appears to be going on is that the vfs does not close > the ftp connection after the first ftp put. A few minutes > later, the ftp server times out and closes the connection, > but vfs doesn't seem to notice.
I've never used VFS but after a quick poke at the api it looks like you should be cleaning up after using the VFS by doing: FtpFileSystem.closeConnection(FTPClient); > The next time into the code, the same (close) connection is > used but since the ftp server has closed that connection it > fails (and vfs returns a with a bogus error message). > > What is the proper way to do this? I feel like I must be > mising something obvious. > > Thanks, > > Michael > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
