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

浙公网安备 33010602011771号