Is there a command that might help to transfer a BAM file to a website? Thank you
You are currently viewing the SEQanswers forums as a guest, which limits your access. Click here to register now, and join the discussion
tar -zcf /path/to/file.tar.gz -C /Desktop/test
lftp https://something.sharefile.com/login.aspx lftp https://something.sharefile.com/login.aspx:~> user xxxxxx Password: xxxxxxx lftp https://something.sharefile.com/login.aspx:~> mirror -R /home/dnascopeV/Desktop/Test
lftp https://something.sharefile.com/login.aspx:~> ls
wget --http-user cmccabe --http -passwd xxxx*** https://something.sharefile.com/login.aspx -O - | tar -zxf -
.
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by SEQadmin2, Yesterday, 10:08 AM
|
0 responses
6 views
0 reactions
|
Last Post
by SEQadmin2
Yesterday, 10:08 AM
|
||
|
Started by SEQadmin2, 07-07-2026, 11:05 AM
|
0 responses
8 views
0 reactions
|
Last Post
by SEQadmin2
07-07-2026, 11:05 AM
|
||
|
Started by SEQadmin2, 07-02-2026, 11:08 AM
|
0 responses
31 views
0 reactions
|
Last Post
by SEQadmin2
07-02-2026, 11:08 AM
|
||
|
Started by SEQadmin2, 06-30-2026, 05:37 AM
|
0 responses
29 views
0 reactions
|
Last Post
by SEQadmin2
06-30-2026, 05:37 AM
|
Comment