FTP problem on unix-server


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers FTP problem on unix-server
# 8  
Old 01-15-2007
We're going to have to get some more info.
1) What type of system are you sending from?
2) Can you turn on some type of trace or debug, or log file?
3) Is there any more detail to the error?
4) If you send 859 files (or some value less than 860) does it work?
5) Do we know what type of FTP server is at the remote? Type of UNIX system?

I know this might seem like at lot of questions but it's important we get better picture of what is happen and what's involved.
# 9  
Old 01-15-2007
There is no server support for mput or mget. If a particular ftp client offers a command like "mput", it will determine what files are to be sent and will execute a STOR for each file to be sent. The ftp server has no way to know that the user is attempting an "mput". A "mput" looks just like a collection of "put" commands to the server. Likewise, an "mget" looks like an "ls" followed by a collection of "get" commands.
# 10  
Old 01-15-2007
Perderabo you are correct. I guess I should have been more explicit about “FTP Server'. Is he talking to a native FTP Server as opposed to some application that acts as an ftp server? Such as “Connect:Enterprise” by Sterling Commerce or “DataExpress” by DMB, Movie-It or others. These apps could have port ranging set up to limit the number of data ports available. Most firewall guys cringe at opening up ports. They feel better if a “range” is used. The server might have run out of available ports. Without some log or trace we have no why of knowing what is happening in the connection.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Update/Download file from FTP server to UNIX Server

HI Guys, I want to download files from FTP Server to my Unix server. I have tried , buy No Luck . Below Command i have tried. 1-Wget - Error "wget' not found" 2.ftp -n $HOST ...Not Working. 3.scp -i ftp://user:passowrd@hostname:21/ran/on/test.txt Any Suggestion (2 Replies)
Discussion started by: pareshkp
2 Replies

2. Solaris

FTP-ing files from Windows server to UNIX server

I need to transfer files from a Windows server to the Unix server and have to run some shell script on it to get the required output. Is it possible to transfer files from Windows server to unix server through any shell script? If so can you please help me with the details. Thanks in... (8 Replies)
Discussion started by: ssk250
8 Replies

3. Shell Programming and Scripting

FTP from windows to unix server using unix shell script

Hi, Is it possible to ftp a huge zip file from windows to unix server using unix shell scripting? If so what command i need to use. thanks in advance. (1 Reply)
Discussion started by: Shri123
1 Replies

4. Red Hat

Ftp problem on proxy server

Hi all, First of all i would like to say sorry to all for my english. My name is Mastan. We have an proxy server have 2 lan cards. one is for public and another for private. public ip: 182.72.141.... private ip: 192.168.0.0 So, the thing is i configure ftp server in my local for... (0 Replies)
Discussion started by: mastansaheb
0 Replies

5. Shell Programming and Scripting

UNIX script to FTP file from UNIX server to windows

Hi, I am new to this subject.....Can someone please help me out with the script... unix usernm "sdhftst" unix pwd "chsd13" windows usernm "dfghtst" windows pwd "chsd13" path..../xxx/xxxxx/xxxxxx/xxxxxxx please can u get me a script...its only one file to get ftp. Thanks... (2 Replies)
Discussion started by: himakiran9
2 Replies

6. UNIX for Dummies Questions & Answers

Unix Server for FTP?

Hello, Is it possible to have an FTP server on a Unix Platform? So that internal users can FTP files from their Windows Desktops to the Unix Server and store files? Thanks. (1 Reply)
Discussion started by: jsb1022
1 Replies

7. Solaris

Facing problem while doing FTp to solaris server

Hi All, I am facing problem while doing FTp to solaris server through Windows XP machine. showing msg as follows 220 matrix FTP server ready. User (*.*.*.*:(none)): Sun 331 Password required for Sun. Password: 530 Login incorrect. Login failed. ftp> bye also while doing vi or... (2 Replies)
Discussion started by: sunray
2 Replies

8. Linux

ftp problem from linux to windows2000 server

Hi All, I was trying to ftp multiple files from my windows to my linux box, everything gets transfered but unfortunately some of them are corrupted. I found out that some of the files are in Ascii and some are binary, but since most of the files I'm trying to send are Ascii...the big ones... (2 Replies)
Discussion started by: 3rr0r_3rr0r
2 Replies

9. Shell Programming and Scripting

FTP script for sending a file from one unix directory to another unix server director

Hi, My local server is :/usr/abcd/ Remote server is :/Usr/host/test/ I want to send files from local unix directory(All files starting with O_999) to remote host unix directory. Can any body give me the Unix Shell script to do this. One more doubt: Shall we need to change the file... (1 Reply)
Discussion started by: raja_1234
1 Replies

10. UNIX for Dummies Questions & Answers

FTP connection problem on new server

Solaris Server (V880) version 8 Brand new box just installed O/S, what do I need to do in order to get FTP working. I have updated the /etc/hosts.equiv file Problem - When trying to ftp to the server I get a login incorrect message, this is with the root user. Are there some... (1 Reply)
Discussion started by: miredale
1 Replies
Login or Register to Ask a Question