J
John Puopolo
All,
I have a situation where my customer needs to send me some files on an
aperiodic basis, read: whenever they feel like it. These cusomters are no
technically-oriented per se, so a simple solution is required. Taking
Internet access as a given, I am considering having them simply FTP me the
files - easy enough. My question is...If I write a C# class that
periodically goes to fetch the files from the FTP drop site, is there a way
I can know how large the file should be? For example, supposed I start
reading file A and see that it's 100 bytes. How do I know that this 100
bytes is not the first 100 bytes of a 500 bytes file?
Thanks,
John
I have a situation where my customer needs to send me some files on an
aperiodic basis, read: whenever they feel like it. These cusomters are no
technically-oriented per se, so a simple solution is required. Taking
Internet access as a given, I am considering having them simply FTP me the
files - easy enough. My question is...If I write a C# class that
periodically goes to fetch the files from the FTP drop site, is there a way
I can know how large the file should be? For example, supposed I start
reading file A and see that it's 100 bytes. How do I know that this 100
bytes is not the first 100 bytes of a 500 bytes file?
Thanks,
John