Hi,
I have 82 BAM files + BAI in a remote directory which I have acess via smb I want to send these files to server which I have acess via ssh from this remote directory. So from my computer (SMB) ------> lab files (SSH) ------> Cluster.
I have tried using SCP with and without the option -C and it the transfer ends before 100% The File is sent yet only 50/60% of the file.
I know this is not bioinformatics question directly yet having files in order for variant calling and other pipelines is crucial. Is there any better way to transfer over BAM files? What is the best practice in this situation?
Thanks.
second GenoMax. scp only for single small file, rsync for large ones.