Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
FTP banner
Name: Jen Date: December 19, 2002 at 09:56:32 Pacific OS: Unix 2.8 CPU/Ram: ??
Comment:
I need this information for both Unix 2.8 and Linux 7.1 I would like to know if there is a file that I can read that will tell me what the ftp banner is that is diplayed to the user loging in. I dont want to have to ftp to see what the banner is. Thanks for your help
Name: David Perry Date: December 19, 2002 at 12:46:10 Pacific
Reply:
wu-ftp has a section in the ftpaccess file that looks like:
# Messages displayed to the user message /welcome.msg login message .message cwd=*
This should display the file 'welcome.msg' at login time. The file should be located relative to the ftp root.
0
Response Number 2
Name: hj Date: December 26, 2002 at 11:54:58 Pacific
Reply:
In Solairs, check /etc/motd which is for logins and can be used to display a message of the day or banner or it can be specified in /etc/default/ftpd, as BANNER='your message'
Hope this helps.
0
Response Number 3
Name: jen Date: January 2, 2003 at 05:12:05 Pacific
Reply:
Thanks but I have looked in the etc/motd and the banner is not displayed there. Also there is no /etc/default/ftpd file. Also there is no entry in the ftpaccess file like the one mentioned above.
0
Response Number 4
Name: hj Date: January 8, 2003 at 07:38:57 Pacific
Reply:
Not sure where else to tell you to look, the /etc/default/ftpd or telnetd files are files you have to vi to specify the banner for those services. I'm not sure where your banner is getting its info from, if its not coming from the /etc/motd. These are only for Solaris 8, I have no idea about Linux. Sorry couldn't be of more help.
Summary: I am trying to find the ftp banner all information I have found so far tells me to look at /etc/default/ftpd, but there is no ftpd on my system. Does anyone know where else I might be able to locate ...
Summary: I really appreciate if some one please help me on this... I am using FTP from UNIX (Solaris) to send a file to a win2003 server. I need to invoke a bat file which is on this windows server after the ...
Summary: Hello, I have an shell script to transfer a 50KB TXT file from UNIX to NT4 server. The transferred file become 4-5KB less... When I look inside the transferred file I see that some lines are deleted ...