![]() |
|
|
|||||||
![]() |
Computer Security - How to design a secure file transfer application ? |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
I have various design options for a secure file transfer application.
Basically I have a Win2k service (running on Box A) that needs to access some files located on another Win2k box (box B) on the same network (same Windows 2000 domain). My question is what are the pro and cons of having the files transferred using simple file copy versus a Winsock communication solution for transfering the files between the two boxes ? Which option is easier to secure and at the same time more robust and reliable ? I am leaning towards using the simple file copy: In this case, the files would sit on a share for which only a specific domain user would have read access. The service on box A would run as LocalSystem account and would impersonate the domain user, access the files and then revert to self. The application would need to store the credentials for the domain user. (Any suggestions how to store secrets in Windows 2000 ?) Thanks, George George |
|
|
|
|
#2 |
|
Posts: n/a
|
On Tue, 05 Aug 2003 05:24:38 GMT, "George" <>
wrote: >I have various design options for a secure file transfer application. >Basically I have a Win2k service (running on Box A) that needs to access >some files located on another Win2k box (box B) on the same network (same >Windows 2000 domain). > >My question is what are the pro and cons of having the files transferred >using simple file copy versus a Winsock communication solution for >transfering the files between the two boxes ? Which option is easier to >secure and at the same time more robust and reliable ? > >I am leaning towards using the simple file copy: >In this case, the files would sit on a share for which only a specific >domain user would have read access. The service on box A would run as >LocalSystem account and would impersonate the domain user, access the files >and then revert to self. The application would need to store the >credentials for the domain user. (Any suggestions how to store secrets in >Windows 2000 ?) George, SSH and SCP are your friends. ASMdood |
|
|
|
#3 |
|
Posts: n/a
|
f-secure ssh, run it with the scheduler service for a 'cron' like automated
dump. works fine, lasts along time. scp from one box to another HAL ASMdood wrote: > On Tue, 05 Aug 2003 05:24:38 GMT, "George" <> > wrote: > > >I have various design options for a secure file transfer application. > >Basically I have a Win2k service (running on Box A) that needs to access > >some files located on another Win2k box (box B) on the same network (same > >Windows 2000 domain). > > > >My question is what are the pro and cons of having the files transferred > >using simple file copy versus a Winsock communication solution for > >transfering the files between the two boxes ? Which option is easier to > >secure and at the same time more robust and reliable ? > > > >I am leaning towards using the simple file copy: > >In this case, the files would sit on a share for which only a specific > >domain user would have read access. The service on box A would run as > >LocalSystem account and would impersonate the domain user, access the files > >and then revert to self. The application would need to store the > >credentials for the domain user. (Any suggestions how to store secrets in > >Windows 2000 ?) > > George, > > SSH and SCP are your friends. joe |
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Error: Physical sythesis tool PALAC is not supported by Formal Verification tool Conf | bbiandov | Software | 0 | 12-22-2008 05:25 AM |
| Classic Original Broadcasts Trading List - Updated ( w/o/c ) | porkys1982@sbcglobal.net | DVD Video | 0 | 12-05-2005 03:38 AM |
| Classic Original Broadcasts Trading List - Updated ( w/o/c ) | porkys1982@sbcglobal.net | DVD Video | 0 | 11-19-2005 04:46 PM |
| Re: Ripping DVDs. Please answer the attached question. - Question.txt | Stan Brown | DVD Video | 19 | 02-09-2005 11:19 PM |
| Burn process failed - help! Log file posted for help troubleshooting | Michael Mason | DVD Video | 1 | 08-16-2004 09:24 PM |