Hi – Linux newby (SME)
re general linux server setup.
Current setup involves a SCO Unix box which contains our ‘mission critical’ management system – externally maintained by software package vendor and for all intents and purposes, solely for the management system. They aren’t interested in providing support for our Linux box.
Apart from the management system running TCP/IP emulation, rest of site operates Windows PCs in peer to peer network for file and printer sharing.
We installed the Linux box some time ago with a view to tightening up the systems operating outside the proprietary SCO box management software (Excel & Access, PC backup, music files (hehe), banking & tax office data – generally shared data).
Currently, within the management system, menu driven shell scripts run to xfer files from the SCO box to individual PCs to allow external applications (on-line payments systems, various Excel models etc). Scripts that ftp these files to PCs either via direct IP addresses or via the SCO hosts file work fine. The scripts login to the SCO box, open the recipient PC (direct IP or via hosts) and PUT files to the PC folder without a problem.
Now though, I need to open the Linux box for ftp receiving and don’t know the relationship between users, groups, ibays, ftp server. When I try to change the scripts and run them I get the following:
connected to servernm
220 servernm.ournm.com FTP server ready
Remote system type is UNIX
Using ascii …
331 Anonymous login ok, send your complete email address as your password.
230 Anonymous access granted, restrictions apply.
550 path (it’s correct): No such file or direcy (sic)
Local directory now …
local: filenm remote: filenm
200 PORT command successful
550 filenm: Permission denied
I’m presuming this means I’m not logged into the Linux box appropriately for FTP.
Is this specific enough for any of you experts to be able to provide general info about setup requirements for users, ftp etc?
Thanks in anticipation.