TrueCrypt keyfiles are currently not supported.


OTFExplorer -v file.tc -p password [options]
  -s SourceFile
  -s DestinationFile
  -m method
    -m e (Export file 'source' from container to local drive 'dest')
    -m i (Import file 'source' from local drive to container 'dest)
    -m r (Rename a file or folder from 'source' to 'dest' in the container)
    -m f (Create a folder 'source' in the container)
    -m d (Delete a file/folder 'source' from the container)
    -m l (List all files in the container)
    -m s (Show container partition info)


Examples:
  Export a file from the container
    -v "file.tc" -p 1234 -m e -s "/path_to/file.avi" -d "c:\file.avi"

  Import a file into the container
    -v "file.tc" -p 1234 -m i -s "c:\\file.avi" -d "/path_to/file.avi"

  Rename a file/folder
    -v "file.tc" -p 1234 -m r -s "/path_to/file.avi" -d "/path_to/file_renamed.avi"

  Create a folder
    -v "file.tc" -p 1234 -m f -s "/path_to/new folder"

  Delete a file/folder
    -v "file.tc" -p 1234 -m d -s "/path_to/new folder/file.avi"

  List all files in the container
    -v "file.tc" -p 1234 -m l

  Print partition info
    -v "file.tc" -p 1234 -m s