Sponsored Content
Full Discussion: ftp script error
Top Forums Shell Programming and Scripting ftp script error Post 302569373 by rahul125 on Monday 31st of October 2011 05:13:16 AM
Old 10-31-2011
Quote:
Originally Posted by ahamed101
What is the error you are getting? Post the error. And I don't see "$userid" defined anywhere.

--ahamed
Hi,

below is the error .....


Code:
[sxs137@pngpcdb1 scripts]$ ./main1.sh
: command not foundscripts/archieve1.config: line 2:
: command not foundscripts/archieve1.config: line 4:
: command not foundscripts/archieve1.config: line 6:
: command not foundscripts/archieve1.config: line 7:
: command not foundscripts/archieve1.config: line 10:
: command not foundscripts/archieve1.config: line 13:
: command not foundscripts/archieve1.config: line 14:
: command not foundscripts/archieve1.config: line 17:
: command not foundscripts/archieve1.config: line 18:
: command not foundscripts/archieve1.config: line 21:
: command not foundscripts/archieve1.config: line 22:
: command not foundscripts/archieve1.config: line 25:
./main1.sh: line 3: Remoteurl: command not found
: [sxs137@pngpcdb1 scripts]$

 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Error in execting ftp script

Please find the below script: #!/bin/ksh host='gskprod.xyz.com' USER='gsk' PASSWORD='ahdpw1' remote_dir='gsk_ds' ftp -n "${host}" user $USER $PASSWORD binary cd $remote_dir mget *.txt mdelete *.txt bye It does not recognizes userid and password. It executes... (4 Replies)
Discussion started by: jhmr7
4 Replies

2. Shell Programming and Scripting

FTP shell script error caturing

Hello All, Can anyone let me know how to capure errors in shell scripting? n even the error considerations? Like -- - File not found what other errors can occure in that n how those could be captured? Im_new (6 Replies)
Discussion started by: im_new
6 Replies

3. Shell Programming and Scripting

FTP script error

Hi all, I am trying to run a FTP script which would go to diff servers in the environment and get the request logs and I am getting the following error, Please let me know. server1.ou.st.com (to) usage: open host-name Not connected. Local directory now /home/pk960/logs Not connected.... (0 Replies)
Discussion started by: crosairs
0 Replies

4. Shell Programming and Scripting

Does not exist or unreadable error in windows ftp script

I have a file like this 07200900.SUP,in a windows directory I need to FTP this file to UNIX , the directory in unix is N:\orgs\Financial Aid\MIIS\0910\FTP I am getting this error miis_ftp.ELM_SUP.shl: =cd orgs/"Financial Aid"/"MIIS"/"0910"/"FTP" : not found IN THE LOG FILE Activities for Mon... (3 Replies)
Discussion started by: rechever
3 Replies

5. Shell Programming and Scripting

FTP script error

This question has been answered many times. I tried to use some examples. Here is the error and cannot find the reason. Please help! messages : 40 step1 step2 arcfile1.sh: line 55: syntax error: unexpected end of file :( here is the script: #!/bin/bash DATE=`date +%Y%m%d`... (21 Replies)
Discussion started by: Lenora2009
21 Replies

6. Shell Programming and Scripting

FTP script error in BASH

Hi All, I have a script which is supposed to connect to Windows machine and FTP a file into LINUX. Script is like below #!/usr/bin/sh ParamterFle=${1} //grepping all parameters BossFtpLog=${2} // assigning log file ftp -i -n host_name << EOF user1 password1 cd /drive1/drive2 get... (6 Replies)
Discussion started by: Raamc
6 Replies

7. Shell Programming and Scripting

end of file error bash ftp script

Hello kind programmers :) I am a newbie and running into an error "line 28: syntax error: unexpected end of file" on the script shown below. Any help would be greatly appreciated. Thanks! #! /bin/bash if ($#argv <3) then echo 'Usage get_modis_snow ' echo 'ftp script for MYD10A2... (2 Replies)
Discussion started by: cmshreve
2 Replies

8. AIX

FTP Script error - AIX

Hi, I'm trying to create a ftp script so I can make an ftp connection and start upload and download files from/to remote servers. In this case I want to start a connection (crontab) and transfer files from localserver1 to remoteserver; remoteserver to localserver1; finally from localserver1... (3 Replies)
Discussion started by: marques_rmc
3 Replies

9. Shell Programming and Scripting

Help with FTP Script which is causing "syntax error: unexpected end of file" Error

Hi All, Please hav a look at the below peice of script and let me know if there are any syntax errors. i found that the below peice of Script is causing issue. when i use SFTP its working fine, but there is a demand to use FTP only. please find below code and explain if anything is wrong... (1 Reply)
Discussion started by: mahi_mayu069
1 Replies

10. Shell Programming and Scripting

Script FTP maintain error handling

Hi, I have ftp script like below How to insert an error handling, If the transfer failed then send mail to me. Actually, I just need the script to send an email if the FTP failed. How to put the email script within FTP script? Thank You Edy (5 Replies)
Discussion started by: edydsuranta
5 Replies
MUSETUP(1)							Museek Daemon Plus							MUSETUP(1)

NAME
Musetup - Configuration script for Museekd SYNOPSIS
musetup <config-filename> [-h] [--help] DESCRIPTION
Musetup is command-line Python script that configures museekd(1). Configuration options are selected by entering one of the numbers dis- played. Modifying those options are done by choosing an option's number or by inputing text. OPTIONS
Musetup accepts the following options: <config-filename> Selected Config's path and filename. -h, --help Display Help and exit. EXAMPLE
To run this program the standard way type: musetup Alternativly you use a different config file with: musetup config.xml FILES
~/.museekd/config.xml The default location for the museekd config file. /usr/share/museek/museekd/config.xml.tmpl Config file template that's used if no config exists. AUTHORS
Hyriand <hyriand@thegraveyard.org> daelstorm <daelstorm@gmail.com> SEE ALSO
mucous(1) mulog(1) murmur(1) muscan(1) muscand(1) museekcontrol(1) museekd(1) museeq(1) musetup-gtk(1) daelstorm Release 0.2.0 MUSETUP(1)
All times are GMT -4. The time now is 01:20 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy