Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
parallel ftp
Name: Deepti Date: October 7, 2003 at 03:44:16 Pacific OS: W2k CPU/Ram: 800MHz/256
Comment:
Is it possible to start mutiple ftp sessions from a shell script ?The sessions should run in parallel i need to ftp 20 20mb files n wish to establish about 8 parallel sessions.
Name: David Perry Date: October 7, 2003 at 05:26:55 Pacific
Reply:
If you are sending all these files between the same two computers, multiple ftp sessions will not gain you much if anything, however answering you question, you can spawn multiple child processes from the shell by making them run as background tasks.
Summary: Hi David, Yes i wish to ftp those splited files in parallel I hope it will be faster... onw more thing is how do i join the splitted files together ? is it the join command Thx Mehul ...
Summary: I really appreciate if some one please help me on this... I am using FTP from UNIX (Solaris) to send a file to a win2003 server. I need to invoke a bat file which is on this windows server after the ...
Summary: Hello, I have an shell script to transfer a 50KB TXT file from UNIX to NT4 server. The transferred file become 4-5KB less... When I look inside the transferred file I see that some lines are deleted ...