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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

FTP 1

Status
Not open for further replies.

malpa

Technical User
Feb 8, 2004
122
CO
Hi

I have a problem when somebody transfers a file to a server, which automatically processes every 2 hours the archives that arrive. The problem happens when at the precise moment at which this being received the file, takes it to the system to process it, interrupting trasnference FTP and processing the incomplete file. What would have to be the solution. I would like to know how, if a software tool exists (over windows), to transfer archives with a certain extension and, at the time of finishing the transference, it lets the archives with the original name to process them.



Thanks

malpa
 
put localfile.ext remotefile.tmp
rename remotefile.tmp remotefile.ext

Hope This Helps, PH.
FAQ219-2884
FAQ181-2886
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top