Sponsored Content
Full Discussion: FTP error
Operating Systems AIX FTP error Post 302508729 by suresh3566 on Tuesday 29th of March 2011 12:54:37 AM
Old 03-29-2011
MySQL FTP error

While doing ftp I am getting below error. Plz help how to resolve this?
OOPS: close
OOPS: child died
No control connection for command: Error 0
No control connection for command: Error 0
No control connection for command: Error 0
No control connection for command: Error 0
No control connection for command: Error 0
No control connection for command: Error 0
No control connection for command: Error 0
No control connection for command: Error 0
No control connection for command: Error 0
No control connection for command: Error 0
No control connection for command: Error 0
No control connection for command: Error 0
No control connection for command: Error 0
No control connection for command: Error 0
No control connection for command: Error 0
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

ftp error

All, I am getting the following error while I am trying to ftp a file. I am able to log into the destination server. But, when I try to put the file, I get the following error: 426 Connection closed; transfer aborted. Any ideas are appreciated. ThankYou, Radhika. (1 Reply)
Discussion started by: radhika
1 Replies

2. UNIX for Dummies Questions & Answers

Error when trying to FTP..

Ok, currently we ftp a file from our Unix server to windows and then to a secureftp.'something'.com site. I am trying to bypass the windows server piece. But when I try to ftp directly from Unix to secure.'something'.com site, I see this error: 220 Check Point FireWall-1 Secure FTP server running... (7 Replies)
Discussion started by: NycUnxer
7 Replies

3. Shell Programming and Scripting

ftp error

This used to work , but know I am getting errors: 331 Enter password 230 User logged in 250 Command CWD succeed 200 Transfer mode set to BINARY local: arc-090715.tar.gz remote: arc-090715.tar.gz local: arc-090715.tar.gz: No such file or directory Any idea what is wrong? Thank you in... (2 Replies)
Discussion started by: Lenora2009
2 Replies

4. Shell Programming and Scripting

error with ftp

Hi I have like this ---------------------------------- echo "Enter ip " read ans_ip echo "Enter environment" read ans_env echo "Enter Datacenter " read ans_dc loop() { ftp -v -n hostname << EOF user user pwd bin prompt (4 Replies)
Discussion started by: coolkid
4 Replies

5. Shell Programming and Scripting

ftp error

While log in to ftp server with valid username & password I receive the following error. Please advice. ftp: Login failed. ftp: bind: Address already in use cat .netric machine hostnameofmachine login username password passwordstring .netric file set to chmod 0600 $HOME/.netrc (1 Reply)
Discussion started by: zooby
1 Replies

6. Shell Programming and Scripting

FTP Error 553 I/O error.

Hi All, I have a problem when uploading txt file from windows to Unix server. I got 533 I/O error. I am using .bat file and it works for other batches but with this particular batch it doesn't work. thanks guys for helping in advance. (2 Replies)
Discussion started by: sfaqih
2 Replies

7. UNIX for Advanced & Expert Users

FTP error

Hi Guys, Unable to FTP random files. Getting the following error message Net::FTP=GLOB(0x88c4c88)>>> ALLO 21754200 Net::FTP=GLOB(0x88c4c88)<<< 202 ALLO command ignored. Net::FTP=GLOB(0x88c4c88)>>> PORT 11,160,36,109,135,42 Net::FTP=GLOB(0x88c4c88)<<< 200 PORT command successful.... (1 Reply)
Discussion started by: gauravgoel83
1 Replies

8. Shell Programming and Scripting

ftp error.

i try to put files to ftp server. but i got "550 Command STOR failed" error. can u help me about this error? my codes: -bash-3.00$ ftp xxx.com Connected to xxx.com 220 xxx.com X2 WS_FTP Server 7.5(39687500) Name (xxx.com:oracle): user 331 Enter password Password: 230 User logged in... (2 Replies)
Discussion started by: imtheone
2 Replies

9. IP Networking

FTP error

Hi, While doing FTP am getting an error like Connected to xxxx (xxxx). 220 (vsFTPd 2.0.5) Name (xxxx:nn): yy 331 Please specify the password. Password: 230 Login successful. Remote system type is UNIX. Using binary mode to transfer files. ftp> dir */*/*/*.zip 227 Entering Passive... (6 Replies)
Discussion started by: weknowd
6 Replies

10. 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
rexec(3N)																 rexec(3N)

NAME
rexec(), rexec_af() - return stream to a remote command SYNOPSIS
DESCRIPTION
The routine performs the necessary tasks to arrange for the remote execution of cmd on the remote host as user, who is authenticated with passwd. Upon completion of authentication, a file descriptor is returned for the socket to which standard input and standard output of cmd are attached. A command-level interface to is provided by the command (see remsh(1)). When invoked, looks up host using (see gethostent(3N)) and returns -1 if the host does not exist. The host name can be either the official name or an alias. If the call succeeds, is set to the standard name of the host. Next, passes a user name and password to the remote host for authentication, as specified in the user and passwd parameters to If either user or passwd are NULL, searches for the appropriate information in the file (see netrc(4)) in the user's home directory. If no user or passwd are found, prompts the user for the remote user name and password, defaulting to the local user name and a NULL password. The inport variable specifies which TCP port to use for the connection; it is normally the value returned by the following call to (see getservent(3N)). The protocol used by is described in detail in rexecd(1M). If the call succeeds, a socket of type is returned to the caller, and given to the remote command as and If connection to a socket is denied after five tries, or for some other reason (other than the port is in use), returns -1. If fd2p is non-zero, an auxiliary connec- tion to a control process is set up and a file descriptor for it is placed in The control process returns diagnostic output from the com- mand on this connection and accepts bytes on this connection, interpreting them as UNIX signal numbers to be forwarded to the process group of the command. If the auxiliary port cannot be set up, returns -1. If fd2p is 0, of the remote command is made the same as and no provi- sion is made for sending arbitrary signals to the remote process. The routine is similar to the routine except for the additional parameter af. The af parameter in the routine can be used to specify an socket or an socket. If the address family specified in the af argument is not supported, fails with the following error code: DIAGNOTISCS
When invoked, produces the following diagnostic messages: The remote host name was not found by Error in executing the system call. The message specifies the cause of the failure. Error in connecting to the socket obtained for The message specifies the cause of the failure. Error in creating a secondary socket for error transmission to be used by Error in reading information transmitted over the socket. The message specifies the cause of the failure. The remote host did not connect within 30 seconds to the secondary socket set up as an error connection. The program attempts to read from the socket and fails. This means the socket connection with the remote host was lost. Error in opening file in the home directory for a reason other than the file not existing. The file is readable, writable or executable by someone other than the owner. Check whether has been modified by someone else and change the mode of An unrecognized keyword has been found in (see netrc(4)). Correct the keyword in While waiting for the secondary socket to be set up, had its primary connection shut down. This may have been caused by an security failure (see inetd(1M)). While trying to set up the secondary socket, had an error condition on its primary connection. While trying to set up a secondary socket, ran out of a resource, which caused the accept to time out. Repeat the command. If a timeout occurs, check whether the Internet Services are installed and is running. EXAMPLES
To execute the command on remote host using the remote account is invoked as follows: WARNINGS
There is no way to specify options to the call that makes. A program using should not be put in the background when is expected to prompt for a password or user name. Putting in the background will cause it to compete with the current shell process for input. Since replaces the pointer to the host name with a pointer to the standard name of the host in a static data area, this value must be copied into the user's data area if it is to be used later. The password is sent unencrypted through the socket connection. AUTHOR
was developed by the University of California, Berkeley. SEE ALSO
remsh(1), inetd(1M), rexecd(1M), gethostent(3N), getservent(3N), rcmd(3N), netrc(4). rexec(3N)
All times are GMT -4. The time now is 04:55 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy