Search Results

Search: Posts Made By: kdyzsa
2,136
Posted By kdyzsa
Help with my weird script!
So I have this script titled "testing.sh"
#!/bin/ksh

#PROGRAM INITIALIZATION

HomeDir=/home/sap/gl/ftp
server=testftp01
userid=ftp_uatollmsgbus
password="f&p53715"...
2,513
Posted By kdyzsa
R
hehe

I tried what you supplied sir, but what I got was Connection refused. hkhpdv15 also has a different user name password. That's why I'm having such a hard time transferring this :)
...
2,513
Posted By kdyzsa
o
It's more of a problem of switching servers.

You see my script will be saved in the server hkhpdv13 under the directory of lets say dir/sample, my problem stems from transferring it to another...
2,513
Posted By kdyzsa
Help me please on my problem
I basically just need to transfer one file from one server to another.
So I first have to go to this server and with the user name and pass go to their directory and transfer it to another server...
1,755
Posted By kdyzsa
Hm
I want to know how to switch servers?

Since I would be placing this script in a program. The script would have to log on to said server, enter username and pass, go to directory get the file and...
1,755
Posted By kdyzsa
FTP Problem
Hi, I'm currently stuck in this ftp problem. Normally I just type ftp at the command line, but now I have to implement it in a code.

Basically I have to transfer a .txt file from a server, let's...
3,719
Posted By kdyzsa
H
Hi, thanks for the quick reply. I'll give it a go right now :)
3,719
Posted By kdyzsa
GREP problem
I have a problem. Suppose I have a log named transport.log
>>
tp finished with return code: 203
meaning:
wrong syntax in tp call
....
tp finished with return code: 0
meaning:
Everything ok....
3,096
Posted By kdyzsa
thanks
thanks for the advices. I'll try it now
3,096
Posted By kdyzsa
GREP in Bourne
I have a problem.

Suppose I have a log transport.log with the ff:
>>
tp finished with return code: 203
meaning:
wrong syntax in tp call
<<

I'm working on creating a script to find out if...
1,636
Posted By kdyzsa
Sh, Bourne Problem with getting lines in a file
This is a new exercise for me
1.) Create a bourne shell script that can accept 2 arguments/parameters. Name your script as housekeep_files.sh.

2.) The script will delete the files...
2,435
Posted By kdyzsa
Bourne and decimals??
I need to get 15% of the variable exer1 to be added to other exercises

so far, i've got
exer1=$1
aver=`expr $exer \* .15`

but i keep getting an error that an integer value was expected. Is...
1,383
Posted By kdyzsa
Oh
I meant I wouldn't have any problems getting the average once I have the numbers. Thanks though for your input. I'm looking up 'cut' right now
1,383
Posted By kdyzsa
Can I get some help?
I've only started learning UNIX 2 days ago since my supervisor wanted me to. She gave me some exercises which I successfully answered thanks to google and UNIX tutorials. But this one is taking me...
Showing results 1 to 14 of 14

 
All times are GMT -4. The time now is 10:20 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy