Package net.sf.basedb.opengrid.filetransfer


package net.sf.basedb.opengrid.filetransfer
  • Class
    Description
    Abstract base implementation that is suitable when implementing both file upload and download.
    Download target implementation for storing a file from a remote server to the BASE filesystem.
    Upload source implementation for uploading a BASE file to a remote server.
    Download target implementation for getting the remote file as a byte array.
    Upload source implementation for uploading the contents of a string to a file on a remote server.
    Represents a local file or resource that is the target for a file that is about to be downloaded from a remote server.
    Class for holding and collecting metadata about a remote or local file.
    Represents the permission code for a file on a UNIX file system.
    Generic upload source implementation that simply wraps an existing input stream.
    Generic download target implementation that simply wraps an existing output stream.
    Download target implementation that forwards the downloaded remote file to the servlet response output stream.
    Upload source implementation for uploading the contents of a string to a file on a remote server.
    Represents a local file or resource that can be uploaded as a file to a remote server.