User Tools

Site Tools


archive:bioinformatic_tools:udt

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision Both sides next revision
archive:bioinformatic_tools:udt [2010/05/26 20:44]
galt UDT Page
archive:bioinformatic_tools:udt [2010/06/30 18:09]
jstjohn
Line 13: Line 13:
   setenv LD_LIBRARY_PATH /​thepath/​udt4/​src/​   setenv LD_LIBRARY_PATH /​thepath/​udt4/​src/​
   ​   ​
 +
 +On the sending machine you type 
 +  sendfile
 +
 +This opens up a connection and returns a port number. On the receiving machine type 
 +  nslookup [send_machine_name] ​
 +
 +to get the ip address of the sending machine. Now that you have the port number (returned by sendfile) and the ip address of the sending machine given by nslookup, you can transfer the file using recvfile like this:
 +  recvfile [send_ip_address] [send_port_num] [full/​path/​to/​file/​on/​send/​machine] [./​recieve_file_name]
 +  ​
 +
 +
  
archive/bioinformatic_tools/udt.txt · Last modified: 2015/07/28 06:27 by ceisenhart