FTP not working Solaris 10


 
Thread Tools Search this Thread
Operating Systems Solaris FTP not working Solaris 10
# 1  
Old 06-11-2012
FTP not working Solaris 10

Hi All, I have a problem with FTP service on Solaris 10.

Whenever I try to FTP to one machine locally (ftp localhost) or from other machine I don't get any response, I see the ftp service on the machine is online and listening to port 21 but ftp is not responding.

Also it seems i can't restart the ftp service, i tried svcadm restart ftp (or disable/enable) but the service is showing online since 2011
online 2011 svc:/network/ftp:default
# 2  
Old 06-11-2012
Post output of
Code:
svcs -xv ftp

# 3  
Old 06-11-2012
Code:
root@PP# svcs -xv ftp
svc:/network/ftp:default (FTP server)
 State: online since May  4, 2011  2:36:12 PM AST
   See: man -M /usr/share/man -s 1M in.ftpd
   See: man -M /usr/share/man -s 1M ftpd
Impact: None.


Last edited by Scott; 07-02-2012 at 11:10 AM.. Reason: Code tags
# 4  
Old 06-11-2012
Try:
Code:
inetadm -d ftp
inetadm -e ftp

Then
Code:
svcs -xv ftp

# 5  
Old 06-11-2012
Quote:
Originally Posted by bartus11
Try:
Code:
inetadm -d ftp
inetadm -e ftp

Then
Code:
svcs -xv ftp

I tried that, still showing as online since 2011

Code:
root@PP# svcs -xv ftp
svc:/network/ftp:default (FTP server)
 State: online since May  4, 2011  2:36:12 PM AST
   See: man -M /usr/share/man -s 1M in.ftpd
   See: man -M /usr/share/man -s 1M ftpd
Impact: None.


Last edited by Scott; 07-02-2012 at 11:10 AM.. Reason: Code tags
# 6  
Old 06-11-2012
Post output of:
Code:
ps -ef | grep inetd
svcs -xv inetd

# 7  
Old 06-11-2012
Code:
root@P# ps -ef | grep inetd
    root   504     1   0   May 04 ?          24:18 /usr/lib/inet/inetd start
    root  4355 14740   0 11:45:48 pts/7       0:00 grep inetd

root@PP# svcs -xv inetd
svc:/network/inetd:default (inetd)
 State: online since May  4, 2011  2:36:05 PM AST
   See: man -M /usr/share/man -s 1M inetd
   See: /var/svc/log/network-inetd:default.log
Impact: None.

Moderator's Comments:
Mod Comment Please use code tags. Thanks.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

FTP script not working

Hi, I have one FTP script which simply sends the file to target server via netrc.it used to work as normal for years.recently target server IP got changed , same has been updated in .netrc but unable to connect it via FTP though netwrk guys already opened the port 21,20 and 22 . NETRC... (7 Replies)
Discussion started by: Riverstone
7 Replies

2. Red Hat

Working with FTP

Hi all, i am using fedora 11,and want to make my system as ftp server. I have installed vsftp package and vsftpd daemon is also running. Can i access my files from outer world i.e. internet using ftp? How can i do that? i started vsftpd daemon and tried to access server from other system like... (2 Replies)
Discussion started by: yashwantkumar
2 Replies

3. Linux

FTP not working under Linux but working under any other OS ??? Very strange

Dear all, I am totally despaired and puzzled. Using Filezilla under Windows under the same network as our Linux servers is working. Using FTP command-line client under any of our Linux debian servers is not working ! I tried with different FTP servers -> same problem ! All commands are... (12 Replies)
Discussion started by: magix_ch
12 Replies

4. UNIX for Dummies Questions & Answers

FTP not working, need some help

I am trying to set up an account for a user on our network to ftp into and access his folder for his web site. I have been tossed into the previous web hosting server without really knowing much about how it has or is set up, but I've been following most of the tutorials I have seen around the... (0 Replies)
Discussion started by: nlraley
0 Replies

5. Shell Programming and Scripting

why the mv is not working in an FTP

Why when I mv $UpLoadFileName supfinaid.DSB does not work, it is getting the $UpLoadFileName and it is moving it to the right location, but not the move, Let me know if you want to see the all script, I just want to rename $UpLoadFileName, it is moving $UpLoadFileName to the right... (6 Replies)
Discussion started by: rechever
6 Replies

6. AIX

FTP is not working

Upto last month my script was working fine, Now I am getting following error, any one help me? Tcl_Init failed: Can't find a usable init.tcl in the following directories: /usr/local/lib/tcl8.0 ./lib/tcl8.0 ./tcl8.0/library ./library This probably means that Tcl wasn't installed... (0 Replies)
Discussion started by: redlotus72
0 Replies

7. Shell Programming and Scripting

FTP script to FTP file to UNIX - Solaris

Hello, A couple of times per week, i receive emails notifications when files are available for processing. Currently i read these eamails with a java program and store the attachement on my C: drive and would now like to generate a PC script to send this file name up to UNIX-Solaris and... (3 Replies)
Discussion started by: bobk544
3 Replies

8. Cybersecurity

FTP is not working.

Hi, I'm getting the following error while trying to use the ftp command. ---------------- 331 Password required for prodofsa. Password: 230 User prodofsa logged in. ftp> ftp> ftp> ftp> ls 200 PORT command successful. 425 Can't build data connection: Connection timed out. ftp>... (10 Replies)
Discussion started by: ronald_brayan
10 Replies

9. Shell Programming and Scripting

FTP script not working

hi I have made d below ftp script but the last part of script ie. moving the files after transfer (to a location in the source server only) is not working for me. Can anybody pls..help.in same..!!! ####################################################### #!/bin/sh ftp -n 10.209.13.11... (2 Replies)
Discussion started by: rookie250
2 Replies

10. Linux

FTP Lgin is not working

Iam tryingto login into my Enterprise Linux 4 server, which has gssftp running on it but from the client side it is not loging in the user which I have made in Linux and it is not logging in with anonymous I don't know the p/w for anonymous user. How should I make the user or which file has to be... (1 Reply)
Discussion started by: omair_ilyas
1 Replies
Login or Register to Ask a Question