Search Results

Search: Posts Made By: Bhavi
5,245
Posted By Bhavi
Hi, The file to the backup directory is...
Hi,

The file to the backup directory is moved from the source server once the ftp is completed.
5,245
Posted By Bhavi
Yes I'm using the below code to check whether the...
Yes I'm using the below code to check whether the opened or not in source server.

for v_file in `ls $1`
do
echo `ls -l $v_file` >> /home/oracle/ftp/file_size
FILEUSER=`/usr/sbin/fuser $v_file |...
5,245
Posted By Bhavi
0kb file transferred in FTP process
We are transferring xml files to remote machine through cronjob @every 5 mins and then will move the files to the backup folder is source server.
Sometimes the file is transferred as 0kb to...
Forum: Linux 03-11-2015
9,552
Posted By Bhavi
Can we delete /var/log/messages-2015* files
Hi Team,

My linux version is Linux 2.6.32-71.el6.x86_64 #1 SMP Wed Sep 1 01:33:01 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux

Now /var mount point is full, and I don't know what files to delete...
1,458
Posted By Bhavi
I noticed that files larger than this are getting...
I noticed that files larger than this are getting transferred, the issue is only with one type of file, so not sure whether the file got corrupted or not.
But each time the file gets generated with...
1,458
Posted By Bhavi
Now I kept an exit code status after the file...
Now I kept an exit code status after the file transfer , and it returns the exit code as 0
But still the file which is transferred is incomplete

cd /u01/app/ftp_tmp
sftp user@hostname <<EOF
cd...
1,458
Posted By Bhavi
Will shell script executes in sequence
I have a shell script scheduled in cron job to run at every 1 minute which transfers files to remote machine and then move the files to backup folder.

cd /u01/app/ftp_tmp
sftp user@hostname...
39,218
Posted By Bhavi
Hi, I also had a similar requirement and...
Hi,

I also had a similar requirement and found that we cannot rename multiple files in the remote server using wild character and below are the steps which i followed to achieve this.

1. First...
1,804
Posted By Bhavi
My previous requirement is satisfied and its...
My previous requirement is satisfied and its working fine now.

Now i need another help for the below condition.

I have the below file

$cat sample.txt
one.zip#one.pdf#one.jpeg#1...
1,804
Posted By Bhavi
Yes it is working for my requirement. ...
Yes it is working for my requirement.


Thank you,
1,804
Posted By Bhavi
Print only one occurrence of a file
I have the below file

$cat sample.txt
one.zip#one.pdf#one.jpeg#1
two.zip#two.pdf#two.jpeg#1
two.zip#two.pdf#two.jpeg,three.jpeg#2
two.zip#two.pdf#two.jpeg,three.jpeg,four.jpeg#3...
Showing results 1 to 11 of 11

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