Results 1 to 8 of 8
First off, I am an intern for a large company, and I have a project that I would like to be successful at, but I ran into a roadblock and ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-21-2009 #1Just Joined!
- Join Date
- Jul 2009
- Location
- Washington(home), Montana(school), California(internship)
- Posts
- 6
How to send file to external server
First off, I am an intern for a large company, and I have a project that I would like to be successful at, but I ran into a roadblock and want to know if anyone has any ideas.
Very simply my project is this:
1) Gather information from a remote linux server
- This will be a script that will be installed on the remote server that runs as a cron job to gather certain information about the users environment
2) Send the information to our in-house linux mail server (this is what I need help with)
3) Do some processing on the sent data
So I started off, and right away assumed I would send this information using 'sendmail' through the linux command line, but today I found out that our remote servers do not have 'sendmail'. The servers are running a linux shell, but I believe it is a in-house product. It would be a possibility to get 'sendmail' installed, but due to the size and nature of the project, it would probably be a year or two before that would actually happen, and I would like to have something to show before my internship ends.
Does anyone have any suggestions, or know a very basic way to send information to a server out of the network?
I am wondering if this is possible with SMTP using a very stripped down package that has nothing but the ability to send a packet.
Feel free to suggest any ideas! Obviously the more detail you can give, the better, but I am not afraid to do research and get my hands dirty if you can give me even some general pointers.
Thanks everyone! I look forward to becoming active in this community!
- 07-21-2009 #2Linux User
- Join Date
- Jan 2007
- Location
- cleveland
- Posts
- 468
> send info to server
have you tried sftp? Suppose you have a login on the
server, and it has ip address a.b.c.d then
"sftp a.b.c.d"
should get you connected. See "man sftp" for what thenthe sun is new every day (heraclitus)
- 07-21-2009 #3
Check to see if they have postfix installed, it's a very common mailer. This should help since you can't use sendmail.
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
I'd rather be lost at the lake than found at home.
- 07-21-2009 #4Just Joined!
- Join Date
- Jul 2009
- Location
- Washington(home), Montana(school), California(internship)
- Posts
- 6
- 07-22-2009 #5
It's hard to believe a Linux server has no mail service whatsoever. How this server reports problems? It got to have something, probably it's configured to accept mail locally only. In this case it's a matter of reconfiguring.
- 07-22-2009 #6Just Joined!
- Join Date
- Jul 2009
- Location
- Washington(home), Montana(school), California(internship)
- Posts
- 6
Well it is a server for a specific product, and that is all the customers use it for. It is not possible to reconfigure the server, as it is property of the customer. I suppose it would be possible to reconfigure future versions before they are shipped, I just wanted to see if anyone knew of a way that I was missing. I cannot reconfigure the server or install new programs.
- 07-23-2009 #7Just Joined!
- Join Date
- Jul 2009
- Location
- Washington(home), Montana(school), California(internship)
- Posts
- 6
The problem with ssh is that I cannot make it non-interactive without special software, and that software is not installed on the servers.
The server does not have telnet.
I am going to look into ftp, but is it non-interactive?
- 07-24-2009 #8Just Joined!
- Join Date
- Jul 2009
- Location
- Washington(home), Montana(school), California(internship)
- Posts
- 6


Reply With Quote
Thanks anyway though

