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, 09-09-2026, 12:14 PM
|
0 responses
14 views
0 reactions
|
Last Post
by SEQadmin2
09-09-2026, 12:14 PM
|
||
|
Started by SEQadmin2, 09-09-2026, 11:33 AM
|
0 responses
10 views
0 reactions
|
Last Post
by SEQadmin2
09-09-2026, 11:33 AM
|
||
|
Started by SEQadmin2, 09-03-2026, 10:22 AM
|
0 responses
26 views
0 reactions
|
Last Post
by SEQadmin2
09-03-2026, 10:22 AM
|
||
|
Started by SEQadmin2, 09-02-2026, 12:32 PM
|
0 responses
41 views
0 reactions
|
Last Post
by SEQadmin2
09-02-2026, 12:32 PM
|
Comment