dpss_get [-i dpss_url][-o file][-v][-n N]
[-h ] This message
[-i URL] URL to copy (format = x-dpss://master_name/set_id)
[-o file] Output file name
[-t ] Don't display throughput info
[-L [host]] Turn on NetLogger, send to host if specified
[-n N] Number of MBytes to request from the DPSS at a time (default = 16)
[-v ] Verbose output
[-d ] Debug output
Notes
In addition to the -L option, you can control logging using the environment variable NETLOGGER_ON. Values of {true,on,1,yes} indicate that NetLogger should be turned on, wherease values of {false,off,0,no} indicate that NetLogger should be turned off. Examples:
% setenv NETLOGGER_ON true % setenv NETLOGGER_ON false
# NETLOGGER_ON=true ; export NETLOGGER_ON # NETLOGGER_ON=false ; export NETLOGGER_ON