- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Time Difference in FTPing files
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2006 10:29 PM
03-28-2006 10:29 PM
Time Difference in FTPing files
When I SFTP files manually, it gets placed in the remote server immediately. But if the same task is being done by my shell script (batch job) - it is placing the file in around an hour time difference. When I see the logs of my batch job it shows immediate transfer was done.
Could one please help on this ?
Thanks a lot.
Pankaj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2006 10:37 PM
03-28-2006 10:37 PM
Re: Time Difference in FTPing files
is your batch job running at a lower priority than the manual process? This would mean it would run slower.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2006 10:38 PM
03-28-2006 10:38 PM
Re: Time Difference in FTPing files
After every script statement, put date command compare what is taking time. Like follows.
echo "I am sftping a file"
date
some_other_command
date
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2006 10:45 PM
03-28-2006 10:45 PM
Re: Time Difference in FTPing files
I have added date in shell and it shows the correct / current time and finishes successfully. But in the remote server file has not come :-(
Please advise.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2006 10:46 PM
03-28-2006 10:46 PM
Re: Time Difference in FTPing files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2006 10:51 PM
03-28-2006 10:51 PM
Re: Time Difference in FTPing files
The problem got solved, I got confirmation from customer that some of them were deleting files immediately without the knowledge of main person for some testing purpose.
Thanks a ton for your help !