Results 1 to 3 of 3
This is a simple question and one that I am just verifying for a customer.
During an FTP transfer, the file being written on the server isn't first being written ...
- 10-16-2007 #1Just Joined!
- Join Date
- Oct 2006
- Location
- US
- Posts
- 13
Simple FTP question
This is a simple question and one that I am just verifying for a customer.
During an FTP transfer, the file being written on the server isn't first being written to a temp file and then copied to the destination location like PHP would?
When an FTP transfer is occurring, it is writing to the end file, correct?
Thanks, I know dumb question but just looking for verification that it isn't using a temp file first...
~Z3n
- 10-16-2007 #2
Written directly to the file or appended.
- 10-16-2007 #3Just Joined!
- Join Date
- Oct 2006
- Location
- US
- Posts
- 13
Thank you for getting back to me. That is what I thought but for some reason I was doubting myself.
Thanks
~Z3n


Reply With Quote
