Search Results

Search: Posts Made By: random
19,831
Posted By random
One thing you might do is log the FTP event. ...
One thing you might do is log the FTP event.

do_ftp.sh Param1 Param2 param3 param4


ftp -v -n $1 << ENDFTP > /tmp/do_ftp_report_$4.log
user $2 $3
ascii
prompt off
put $$4
bye
ENDFTP
...
11,316
Posted By random
If you suspect a possible environment issue, try...
If you suspect a possible environment issue, try turning on xtrace ("#/bin/ksh -x") mode inside of your script and letting cron run it. All the trace will then be mailed to you by the cron...
Showing results 1 to 2 of 2

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