When we try to connect from a Linux box we never recieve a prompt for username and password. Win XP CMD Prompt works fine. Linux returns 504 Unknown Security. Happens on two different servers Build 123 and 132.
Mike
Search found 3 matches
- Tue Mar 28, 2006 3:37 pm
- Forum: Server - General
- Topic: Can not connect to Server from Linux Client
- Replies: 1
- Views: 1455
- Tue Mar 28, 2006 12:52 pm
- Forum: Server - General
- Topic: 550 Errors when using Script to run commands
- Replies: 3
- Views: 1013
Here is the script that runs : #! /bin/ksh # DATATEL 03/27/06 14:07:26 # ftp -i -n -v 172.16.30.35 <<eof user import 1mp0rt ascii cd /vCal/cancel/counter lcd /datatel/live/collive/DATA/DATA_R/R2.COUNTER mget * quit eof Here is the reply:boreas /datatel/live/collive >> ftp -i -n -v 172.16.30.35 Conne...
- Mon Mar 27, 2006 8:44 pm
- Forum: Server - General
- Topic: 550 Errors when using Script to run commands
- Replies: 3
- Views: 1013
550 Errors when using Script to run commands
I've been running server build 123 for about a month with very few problems until we tried to have an automated script run. Each time the mget * command runs in the script I get a return of 250 PORT command successful followed by a 550 RETR failed. It appears the data is transfered correctly but the...