Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to find out if the FTP file is finished loading in unix 2

Status
Not open for further replies.

longs

Programmer
Jul 27, 2007
31
US
How to find out if the FTP file is finished loading in unix.

I am getting a file from different box. After I have received the file in full I want to move it to a different directory. How can I find out if ftp has finshed loading it to my box

Thanks for your help
 
if fuser reports the file is no longer in use perhaps?

HTH,

p5wizard
 
One of the things we always recommend our customers is to FTP the large files with a temporary name and then rename upon completion.
 
Great Thanks allot for your reply.
Solved the problem
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top