![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| problem with dd command or maybe AFS problem | Anta | Shell Programming and Scripting | 0 | 08-25-2006 07:10 AM |
| SSH Problem auth problem | budrito | UNIX for Advanced & Expert Users | 1 | 03-17-2004 07:12 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Dear friends
I have some data , i want to send it to france remote server I want ftp shell script format . i want to execute that ftp script at every 3 hours i want to put in crontab. please give me code regards rajan |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Dont want to be rude but have you looked into writing a script yourself!?
|
|
#3
|
|||
|
|||
|
dear plimpix
I have tried but when iam excuting it is asking password i have alredy mentioned in script. see below my script. ftp -i luta.ssae.cls.fr << END_FTP user xxx yyy bin hash mput *.dat quit END_FTP where xxx is username yyy pwd when i run the above script as sh filename it was asking password again at command prompt. please solve my problem i want to put this script as a cronjob |
|
#4
|
|||
|
|||
|
try using ftp -n
If you do man ftp it will tell you what the -n stands for ! ;o) Last edited by plimpix; 10-28-2005 at 03:12 AM. |
|
#5
|
|||
|
|||
|
thanks it is working
|
|||
| Google The UNIX and Linux Forums |