Page 2 of 2

Re: Check Amount Of Users Using The Application

Posted: Mon Jan 17, 2011 7:07 am
by upperdrag
+rep

Re: Check Amount Of Users Using The Application

Posted: Mon Jan 17, 2011 8:08 am
by upperdrag
However, FTP is not really a efficient of checking, is there any other methods..?

Re: Check Amount Of Users Using The Application

Posted: Mon Jan 17, 2011 3:29 pm
by bisnes_niko
Instead of saving a file in to windows ( which requires Administrator access ) you can simply use WebClient.DownloadString() to download them temporarily into a string

Re: Check Amount Of Users Using The Application

Posted: Mon Jan 17, 2011 7:56 pm
by mandai
FTP is not really a efficient of checking, is there any other methods..?
You could have a server side script
Server side scripts are probably the best method because the client does not access the data source directly.

Re: Check Amount Of Users Using The Application

Posted: Tue Jan 18, 2011 6:07 am
by upperdrag
im sorry but i don't get what u guys mean..