upload data to GSA through ftp

login

ftp -p submit.big.ac.cn
# passive mode to avoid 421 error
# 421 Service not availiable, remote server has closed connection

Enter to GSA directory

cd GSA

Use binary mode to upload files

binary

Close interactive mode

prompt

upload

mput *.fq.gz

close

bye
posted @ 2021-05-06 18:31  元若幽兰  阅读(113)  评论(0)    收藏  举报