Search Results

Search: Posts Made By: Afsana
3,374
Posted By Afsana
thank u sry for the inconvenience i need to...
thank u
sry for the inconvenience
i need to chck whether a dir exists in remote server
im very sry
cud anyone help me in this
3,374
Posted By Afsana
Hi vbe thanks cud u pls give me some example
Hi vbe
thanks
cud u pls give me some example
3,374
Posted By Afsana
ftp doesnt support if
Hi
I found that ftp does not support if condtion
can anyone pls tell me how can i check whether the file is present in the remote server by using ftp
I can use only ftp not ssh
3,374
Posted By Afsana
thanks a lot itkamaraj i made some changes in the...
thanks a lot itkamaraj i made some changes in the script now my script looks like below

. /Informatica/var.ini
echo "Change directory to location where the services exit .."
cd $Path
echo...
3,374
Posted By Afsana
pls help me. this is the code ....
pls help me.

this is the code

. /Informatica/var.ini
echo "Change directory to location where the services exit .."
cd $Path
echo $Path
cat $FILE_PATH | while read input
do
echo $input...
3,374
Posted By Afsana
Sry this is de entire script #!/bin/ksh ...
Sry
this is de entire script

#!/bin/ksh
. /Informatica/var.ini
echo "Change directory to location where the services exit .."
cd $Path
echo $Path
cat $FILE_PATH | while read input
do...
3,374
Posted By Afsana
Nested If in Unix
Hi!!

LookVar=`find . -name "${input}" | wc -w`
if [ $LookVar -ge 1 ]
then
cd $input
rm -f *
ftp -n -i $HostName << EOF
quote USER $User
quote PASS $Password
cd $Path
SoLookVar=`find ....
Showing results 1 to 7 of 7

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