Search Results

Search: Posts Made By: Rads
2,919
Posted By Rads
File transfer using FTPS(SSL)
Hi Team,

I am currently working on an integration project where in we have planned to receive files from an external source onto our system via FTPS(SSL). I am new to this part and would like to...
1,091
Posted By Rads
To explain in more detail: we have a...
To explain in more detail:

we have a schedule as below:
0 * * * * /file path/FileTransfers_IE.ksh
This job runs every 1 hour and executes the above script. The above script in turn calls a...
1,091
Posted By Rads
Facing issues with cronjobs
Hello Everyone,

We have a cronjob scheduled to pick up files from one system and transfer to another system. the underlying code is a shell script. These cronjobs were working correctly until...
5,191
Posted By Rads
Hi, Thanks for that. I am now able to...
Hi,

Thanks for that. I am now able to archive the files in the remote server using the below commands in the script. Pasting the section from the script

Remote2Local() {

cd ${FILES_PATH}...
5,191
Posted By Rads
Hi thanks, As I had a discussion with my...
Hi thanks,

As I had a discussion with my peer, the ! zip command not working at SFTP level and would like to use an mv command to do the same purpose. Could you please help me with that?
...
5,191
Posted By Rads
Thanks for that. I am able to do it and got the...
Thanks for that. I am able to do it and got the below message in the /tmp/sftp_log.txt file:Host key verification failed.
Couldn't read packet: Connection reset by peer

Is this error due to any...
5,191
Posted By Rads
Could you please guide me as to how to capture...
Could you please guide me as to how to capture output from SFTP?

There are no errors thrown after using zip outside the sftp function
5,191
Posted By Rads
I am doing the testing as follows: I am...
I am doing the testing as follows:

I am creating a Source folder(testSRC) with few csv files and a destination folder (testTRGT), both in same server. I am putting in my shell script in another...
5,191
Posted By Rads
I tried using zip outside sftp and inside...
I tried using zip outside sftp and inside function, but it is not working.
5,191
Posted By Rads
Hi Robin, Thanks for the tips and the...
Hi Robin,

Thanks for the tips and the suggestions.

Please find answers to your questions as below:


Reasons for not recommending tar : I have suggested them this functionality but they...
5,191
Posted By Rads
Hi, Thanks for the detailed information and...
Hi,

Thanks for the detailed information and the tips.

I am completely new to this and it would be great help if you can suggest me the suitable changes to be made to the script for archiving...
5,191
Posted By Rads
Hi Robin, Thanks for the information. I am...
Hi Robin,

Thanks for the information. I am new to shell scripting and this script for archiving is a bit challenging for me. Your help would be much appreciated. Please find the code as below:...
5,191
Posted By Rads
Archiving files using shell script
Dear Team,



I am looking for transferring files to and from the local and remote servers using SFTP commands. Currently the script is using the mget and mput commands to do the copying of the...
Showing results 1 to 13 of 13

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