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, 08-06-2026, 07:41 AM
|
0 responses
23 views
0 reactions
|
Last Post
by SEQadmin2
08-06-2026, 07:41 AM
|
||
|
Started by SEQadmin2, 08-03-2026, 10:13 AM
|
0 responses
38 views
0 reactions
|
Last Post
by SEQadmin2
08-03-2026, 10:13 AM
|
||
|
Started by SEQadmin2, 07-31-2026, 02:55 AM
|
0 responses
43 views
0 reactions
|
Last Post
by SEQadmin2
07-31-2026, 02:55 AM
|
||
|
Started by SEQadmin2, 07-24-2026, 12:17 PM
|
0 responses
26 views
0 reactions
|
Last Post
by SEQadmin2
07-24-2026, 12:17 PM
|
Comment