Sponsored Content
Operating Systems Solaris FTP log only shows FTP LOGIN FROM entry? Post 302744091 by KhawHL on Thursday 13th of December 2012 11:00:44 PM
Old 12-14-2012
Hi Yeaboem,

Thanks for your kind response.
Do you mean without the software, we are not able to configure the outbound ftp connection?

---------- Post updated at 12:00 PM ---------- Previous update was at 11:01 AM ----------

Hi,

I could see 'outbound' is set in the /etc/ftpd/ftpaccess; but only inbound activities are recorded in ftp.log.

log transfers real,guest,anonymous inbound,outbound
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

FTP login failing

Please help. I am running Solaris 8 trying to get my FTP to work. When I try to access the FTP server from another computer on the network, it connects and prompts for a password. The username and password I set up do not work as well as my root account. Neither of the accounts are set up in the... (3 Replies)
Discussion started by: zbis12
3 Replies

2. UNIX for Advanced & Expert Users

FTP login problem

I've just configured a server to my network (setting the ip, netmask, host file, etc...) and the server doesn't have any problem pinging another computer on the network. however when i try to connect to the server via ftp the root account can't log in, i made another account (a standard one that... (2 Replies)
Discussion started by: pasalagua
2 Replies

3. Red Hat

limit non login id for ftp

Hi All, How can I limit a userid (/bin/false) to have access only to ftp service? On redhat ent 4. Thanks! (1 Reply)
Discussion started by: itik
1 Replies

4. UNIX for Dummies Questions & Answers

FTP & login

Folks; Is there a way in UNIX to do the following: When users use FTP to login to a mounted drive on Solaris server, if that was their first time login a home directory for that user will be created & if the home directory exists it won't create a home directory (user should not have a login... (6 Replies)
Discussion started by: Katkota
6 Replies

5. Solaris

FTP login failed.

Hi guys, Can you please help me. I have SUN V100 server running solaris 8. I also have a Redhat Linux 6.2 machine and a windows XP machine on the network. I'm trying to copy files from the Linux and XP machines to the V100 server. When I try to ftp to the solaris machine, I'm challenged... (2 Replies)
Discussion started by: Stin
2 Replies

6. Cybersecurity

FTP logfile shows strange activity at login

Has anyone seen or know what is causing this FTP log file line-item? 3 times when I successfully logged into FTP today, the log file shows a server response of a wrong password (530) to an IP address that is not mine... Below are FTP Log-file entries. I have removed my username & IP address: ... (2 Replies)
Discussion started by: bricolage
2 Replies

7. Shell Programming and Scripting

FTP script to login and list files to log file

Hi Guys I did a forum search for "ftp scripts" Looked at 8 pages and didnt see anything that would help. Most seem to be logging into a ftp server and transfering files. What I need to do is login to a FTP server. Goto a folder and list it so it showes newest files first. It would be nice to... (4 Replies)
Discussion started by: voorhees1979
4 Replies

8. UNIX for Dummies Questions & Answers

FTP that works correctly in command prompt and shows issue in UNIX server

Hi All, FTP ports opens with the given user name and password and allows to download file through COMMAND PROMPT. Code as below: H:\>ftp ftpxxxxx Connected to entvc2ft07-pub.xxxxx.com. 220 Microsoft FTP Service User (entvc2ft07-pub.xxxxx.com:(none)): userxxxxx 331 User name okay, need... (1 Reply)
Discussion started by: vijayalakshmi.r
1 Replies

9. IP Networking

I can't login to any new FTP accounts

I have a website that I use sftp to connect to the root account. I am able to connect to it with sftp root@domainHowever, when I create a new user, and try to login with this account, it says permission is denied. I have already checked with my provider, and tech support said they can login... (9 Replies)
Discussion started by: trevthefatty
9 Replies

10. UNIX for Dummies Questions & Answers

Ftp login commands

Hello, I am using ftp on command line. The problem is getting bumped off after 15 minutes of no activity.. I have two options: quit ftp and use the command history of my shell, or stay in ftp and use 'open' command, where I can use the command history saved in the ftp program. Either option... (1 Reply)
Discussion started by: Allasso
1 Replies
ftp-proxy(8)							    Proxy-Suite 						      ftp-proxy(8)

NAME
ftp-proxy - application level proxy for the FTP protocol SYNOPSIS
ftp-proxy [-c] [-d|-i] [-f file] [-n] [-v level] [-V] DESCRIPTION
FTP-Proxy acts as an application level gateway between FTP clients and servers. Its main purpose is to secure local FTP servers against possibly insecure clients or malicious attacks. FTP-Proxy is believed to be immune against current known attacks based on the FTP proto- col. FTP-Proxy can be started from the inetd (or xinetd, or any other) internet super daemon or executed on its own as a standalone daemon, in which case it will fork child processes to handle connections. The behaviour depends on the ftp-proxy.conf(5) configuration option Server- Type or the -i and -d command line switches, where the latter two take precedence. FTP-Proxy features a rich set of auditing and command restriction capabilities and is specifically suited for deployment in firewall envi- ronments. OPTIONS
-V Print the program's version information and terminate with exit code 0. -c Read the configuration file, output its contents sorted by section and option name to standard output, and terminate with exit code 0. This option is mostly interesting for diagnostic purposes. -d Force FTP-Proxy to run in standalone (daemon) mode, even if a ServerType inetd directive exists in the configuration file. -i Force FTP-Proxy to run in inetd mode, even if a ServerType standalone directive exists in the configuration file. -f filename Specify an alternate configuration file to be read instead of the standard /etc/proxy-suite/ftp-proxy.conf file. Please note that the default path for the configuration file is a compile time option. It can be changed using the --prefix and --sysconfdir options when running the configure script - see also the INSTALL file for usage description. -n Do not detach from the controlling terminal. This prevents the default of becoming a daemon and is ignored if running in inetd mode. The main purpose of this option is to support the AIX System Resource Controller or similar setups, where several daemons are controlled by a master daemon. -v level Enable diagnostic output to be sent to the file /tmp/ftp-proxy.debug. The given level must be in the range from 0 (no output at all) to 4 (maximum verbosity). See also DIAGNOSTICS bellow. SIGNALS
SIGTERM, SIGQUIT, SIGINT These signals instruct FTP-Proxy to abort any existing transfer, close all connections and terminate the process. If the target of the signal is a running FTP-Proxy daemon, all current child processes wil also be terminated. SIGHUP This signal will be accepted if running in daemon mode and ignored in inetd mode. It causes the FTP-Proxy to reread its configuration file and to reopen the log destination if it was changed in the configuration file, or rotated if it is a log file. See also dedicated rotation singnal SIGUSR1 bellow. SIGUSR1 This signal will be accepted if running in daemon mode and ignored in inetd mode. It causes the FTP-Proxy to close its current logfile, rename it to a date and time derived value, and open a new logfile. This pro- cedure is also known as Logfile Rotation. Child processes forked before the reception of this signal and processes run from inetd will not be affected. See also the ServerRoot configuration option in ftp-proxy.conf(5). NOTES
When running FTP-Proxy in inetd mode, it is always an excellent idea to check that the inetd configuration file includes a line that invokes FTP-Proxy. An example for a line in /etc/inetd.conf follows: ftp stream tcp nowait root /usr/sbin/ftp-proxy -i Please note that this is just an example and does not provide much security, like running as a non-privileged user or using the TCP Wrapper functionality. DIAGNOSTICS
The -v option is is only available if enabled using the --enable-debug option when running the configure script - see also the INSTALL file for usage description. This option should be used with great care only. It is strongly recommended to not to use it in production environ- ments. If debugging is activated, it always adds output to the file /tmp/ftp-proxy.debug which is created with 0666 mode. This allows child pro- cesses to open and write the file after they have given up their root privileges. If the configuration file contains a ServerRoot directive, child processes and processes run from inetd will try to open the file within their chroot(2) environment. If this fails, e.g. because there is no /tmp directory, it is silently ignored and no debug output is gener- ated. Please note that the program makes no attempt to erase the debug file after use. Thus it will stay around with world writeability until the operator manually removes it! FILES
/etc/proxy-suite/ftp-proxy.conf /usr/sbin/ftp-proxy SEE ALSO
ftp-proxy.conf(5) The SuSE Proxy-Suite documentation included in the doc subdirectory of the package. AUTHORS
Jens-Gero Boehm <jens-gero.boehm@suse.de> Pieter Hollants <pieter.hollants@suse.de> Volker Wiegand <volker.wiegand@suse.de> Marius Tomaschewski <mt@suse.de> COPYRIGHT
The whole SuSE Proxy-Suite is released under the GNU General Public License (GPL). SuSE September 20th, 1999 ftp-proxy(8)
All times are GMT -4. The time now is 12:23 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy