windows service logon to remote server

  • Thread starter Thread starter DaveF
  • Start date Start date
D

DaveF

I have a windows service running on my server. I need to copy a file from a
remote linux server that requires a username and password. Can this be done?
If so how?
 
I have a windows service running on my server. I need to copy a file from a
remote linux server that requires a username and password. Can this be done?
If so how?

First you have to consider what account the service is running under. If
it's LocalSystem, you will be severly limited in your ability to go "outside
of the box." Second, what mechanism will you be using to talk to the Linux
server? This will determine what you'll need to do to pass the login
credentials.
 
Well. I have not written it yet. I usally run the service under a created
user name with admin permissions. Not sure what to use for the linux part

--


Dave
 
Look at SMB for linux.

Either that or could you not create a FTP script?

HTH
MCN
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top