next up previous contents index
Next: Appendix Up: Transferring single files past Previous: Transferring single files from   Contents   Index

Transferring single files from Unix

  1. Create a file named 'config' in the folder .shh in your home directory
  2. Add the following lines to the file 'config'
    Host desydata
    ProxyCommand ssh -Y <account>@bastion.desy.de /bin/nc p3wgs6.desy.de %p

    Notes:
  3. One should now be able to transfer your data or connect from outside DESY, e.g.
    rsync -tvr $<$account$>$@desydata:$<$path_to_your_data$>$ $<$path_to_target_dir$>$
    where $<$path_to_your_data$>$ is the source directory, e.g. /pnfs/desy.de/petra3/disk/user/$<$AppID$>$... and $<$path_to_target_dir$>$ is the target directory, e.g. /mydir/

    Please note:


next up previous contents index
Next: Appendix Up: Transferring single files past Previous: Transferring single files from   Contents   Index
Andre Rothkirch 2013-07-17