Jpp  18.5.2
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Variables
sftpput.zsh File Reference

Go to the source code of this file.

Variables

 script
 
then usage $script file_path
filename sftp_path nUtility
script to upload files on 
sftp
 
then usage $script file_path
filename sftp_path nUtility
script to upload files on for 
example
 
then usage $script file_path
filename sftp_path nUtility
script to upload files on for
$script data root user tmp fi 
case
 
*fatal Wrong number of
arguments esac notice 
which
 
then rm
 

Variable Documentation

script
Initial value:
=${0##*/}
source ${0%${script}}ulib.sh
if do_usage $*

Definition at line 9 of file sftpput.zsh.

then usage $script file_path filename sftp_path nUtility script to upload files on sftp

Definition at line 15 of file sftpput.zsh.

then usage $script file_path filename sftp_path nUtility script to upload files on for example

Definition at line 15 of file sftpput.zsh.

then usage $script file_path filename sftp_path nUtility script to upload files on for $script data root user tmp fi case

Definition at line 15 of file sftpput.zsh.

* fatal Wrong number of arguments esac notice which
Initial value:
{script:r}` ${1} ${2}
SFTPPATH=${2}
wget -q sftp.km3net.de/${SFTPPATH}/${FILENAME:t} -O ${FILENAME:t}_tmp
if [ -s ${FILENAME:t}_tmp ]
data_type r[M+1]
Definition: JPolint.hh:868
then FILENAME
Definition: getLs.sh:62
then usage $script file_path filename nUtility script to get files from sftp
Definition: sftpget.zsh:15

Definition at line 23 of file sftpput.zsh.

then rm
Initial value:
{FILENAME:t}_tmp
fatal "File ${FILENAME:t} is already on sftp server, quitting."
rm ${FILENAME:t}_tmp
if [ -f ${FILENAME} ]
o $QUALITY_ROOT d $DEBUG!CHECK_EXIT_CODE JPlot1D f
Definition: JDataQuality.sh:76
then FILENAME
Definition: getLs.sh:62
then rm
Definition: sftpput.zsh:30

Definition at line 30 of file sftpput.zsh.