What steps will reproduce the problem?
1. Compile the pcp application using GNU autotools
2. hostA:someDir>pcp -d
3. hostA:someOtherDir>pcp -d
What is the expected output? What do you see instead?
The expected output is that the file is transferred from client to server.
The actual output is "Get temp failed."
What version of the product are you using? On what operating system?
libjingle 4.0
Linux Ubuntu 2.6.17-11 (edgy)
gcc 4.1.12
Please provide any additional information below.
Solution:
Update unixfilesystem.cc, line 108 from:
pathname.SetPathname("/tmp");
to
pathname.SetPathname("/tmp/");
Original issue reported on code.google.com by dowling....@gmail.com on 20 Feb 2007 at 3:22
Original issue reported on code.google.com by
dowling....@gmail.com
on 20 Feb 2007 at 3:22