10 More Discussions You Might Find Interesting
1. HP-UX
Hi,
I have reports that are generated in one server (10.61.1.108), hostname l28bi01. These reports are supposedly sent to a group of email addresses hourly via an email relay server. However, this is not happening.
In sendmail.cf in bi01, the DS Smart Relay Host ip address is:
... (3 Replies)
Discussion started by: anaigini45
3 Replies
2. Solaris
Hello,
I am new to Solaris. However, I was able to configure the Syslog server on Solaris. I am using a windows client to send logs to my Solaris syslog server. this is working fine. however, I have 23 servers which are sending their logs to the syslog server and it is very difficult to read all... (2 Replies)
Discussion started by: ravmohun
2 Replies
3. UNIX for Dummies Questions & Answers
I'm just starting to understand how awk works and yet this is really driving me crazy. I can't guarantee the rest is correct but I know the input is not being received via the ' $ ' sign. Can anyone tell me what's wrong with my code??
{
EAS_ACC=$2;
NOR_ACC=$3;
... (7 Replies)
Discussion started by: o2tha1
7 Replies
4. Shell Programming and Scripting
I have two application server appserver1 and appserver 2. A script will run from appserver1 which main activity is
1. Connect with the apserver 2 and run a script which saved on appserver2
2. the saved script will in appserver 2 will complete its task and generate a log
Problem i need to... (0 Replies)
Discussion started by: Imtiaz43
0 Replies
5. Programming
char name;
printf ("Welcome to the server \n");
printf ("Enter user name: \n");
scanf ("%c", &name);
how can client send name to server:what should be the code?
int send ( int sid , const char ∗buffer Ptr , int len , int f l a g )
how can client receive ack from... (1 Reply)
Discussion started by: saiful_911
1 Replies
6. Shell Programming and Scripting
Hi,
I would like to write a program to receive the GPS data and then send the data via network to other program.
All of the program is not write yet(include host and sender)
All of the server OS is unix or linux
Could you mind to give me some idea to do this?
Thanks so much!
Ken
... (2 Replies)
Discussion started by: kenlok
2 Replies
7. Shell Programming and Scripting
Hi All,
I have sent a mail to my gmail id using the below command.
echo " " | mailx -s "sub" myid@gmail.com
I didn't get any error notification. But still I didn't receive that mail still..
please help me to learn how to send mail to other provider (Yahoo/gmail) from unix server.... (1 Reply)
Discussion started by: little_wonder
1 Replies
8. Linux
Can anybody please tell me how to configure linux to receive snmp traps from a windows server? I am not able to receieve snmp traps on unix machines specifically linux and solaris. I have tried starting snmptrapd service on linux but it didn't work. Is there anything special that I have to do on... (2 Replies)
Discussion started by: iamtulipin
2 Replies
9. Shell Programming and Scripting
Hello Unix Gurus,
i want to know if we can receive mobile messages from our server.
situations like "application error/server crashed" should send an alert on my mobile.
Is it possible using mailx or other command?
if yes,pls let me know
regards
abhijeet
India (2 Replies)
Discussion started by: abhijeetkul
2 Replies
10. IP Networking
Requirements:
A server program should read a file and send the message to the client . if the file is not there, then switch to the receive part of the same program and receive any messages from the socket. If no messages to receive then switch to send part of the program to... (2 Replies)
Discussion started by: Rajeshsu
2 Replies
SENDFILE(1) General Commands Manual SENDFILE(1)
NAME
fetchfile - fetch file(s) via O-SAFT protocol
SYNOPSIS
fetchfile [ -46lakdPriqQvVI ] [ -f user ] [ -s [user@]server ] [ -C[wr]=conffile ] filename
fetchfile [ -lakdPriqQvVI ] [ -f user ] [ -s [user@]server ] [ -C[wr]=conffile ] -n filenumber
DESCRIPTION
fetchfile fetches files from a SAFT server to the local user spool.
In the SAFT server spool there must lay your sendfile public key to identify yourself. This key can be generated by the fetchfile -I com-
mand and has to be transfered to the SAFT server at the very first time. This prevents other people to steal your files.
You may list or fetch your files from the server. But remember, they are stored first in your local sendfile spool. You have to call
receive to really receive them to your current directory.
OPTIONS
-4, -6 Explicitly force IPv4 or IPv6 connections. By default, the program will try to resolve the name given, and choose the appropriate
protocol automatically. If resolving a host name returns both IPv4 and IPv6 addresses, fetchfile will try to use the adresses in
the order they are returned by the resolver.
-l Only list the files on the server.
-a Fetch all files.
-k Keep files on server after fetching.
-d Delete files without receiving.
-n Specify the file number instead of the file name.
-r Call receive automaticly afterwards.
-f user Restrict file selection to this specifc user.
-V Show version information and exit.
-v Be verbose and show SAFT protocol messages.
-P Send files to stdout directly.
-i Ignore testing whether file has been already fetched.
-q Quiet mode 1: print no transfer messages.
-Q Quiet mode 2: print no transfer, information or warning messages.
-I Initialize fetchfile and the pgp key pair.
-s [user@]host
Specify an alternate saft server and/or alternate user.
-Cr=conffile
Read configuration file "config" or "restrictions" from server.
-Cw=conffile
Write configuration file "config" or "restrictions" to server.
ARGUMENTS
filename or filenumber
Specify the name of the file or its number (with option -n).
EXAMPLES
fetchfile -l
fetchfile -a
fetchfile -Cr=config -s saft.belwue.de
FILES
/var/spool/sendfile/$USER/
Your local spool directory.
$HOME/.sfspool/
Your local private spool directory if /var/spool/sendfile/$USER/ does not exist.
config, restrictions
Your configuration files for the server. See sendfile(1) for a description.
SEE ALSO
receive(1), sendfile(1), fetchfile(7), sendfiled(8).
AUTHOR
Ulli Horlacher - framstag@rus.uni-stuttgart.de
3rd Berkeley Distribution SENDFILE(1)