Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wandell committed Jul 6, 2018
1 parent b60e050 commit 4027411
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions @scitran/upload.m
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,30 @@
% status = upload(obj,filename,containerType,containerId,varargin)
%
% Description
% Upload a file to one of several types of containers on a Flywheel site.
% Typically the file name is preserved. You can use the 'remote name'
% parameter to change the file name on the Flywheel site.
% Upload a file to one of several types of containers on a Flywheel
% site. Typically the file name is preserved. You can use the
% optional 'remote name' parameter (below) to set the file name on
% the Flywheel site.
%
% Inputs (required):
% filename - A full path to a local file
% containerType - This can be a project,session, acquisition, or
% collection
% containerID - You can use idGet() to find the id
%
% Inputs (optional):
% Optional key/value parameters:
% remoteName - File name as it should appear on the Flywheel site
%
% Outputs:
% status: Boolean indicating success (0) or failure (~=0)
%
% See also: downloadFile, create
%
% Examples in the code
%
% LMP/BW Vistasoft Team, 2015-16
%
% See also:
% downloadFile, create

% st = scitran('stanfordlabs');
%
Expand Down

0 comments on commit 4027411

Please sign in to comment.