ftp oddities


 
Thread Tools Search this Thread
Operating Systems Solaris ftp oddities
# 1  
Old 12-05-2003
Question ftp oddities

I have recently set up a connection b/t a sun ultra 60 running solaris 8 and a regular old pc running XP. Unfortunately I only know a little bit about networking thanks to Winblows plug and play mentality. Can anyone tell me why my connection from PC to sun is intermittant? The IP is always pingable and when my ftp prog finally lets me in it's connected to a 5 digit port! Here's a sample logging to clarify what's going on:

-----------------------------------------------------------------------------------
connecting to 146.106.137.69:21
Connected to 146.106.137.69 port 21
! Receive error: Blocking call cancelled

! Connection failed 146.106.137.69
- -
connecting to 146.106.137.69:21
Connected to 146.106.137.69 port 21
220 m1713 FTP server (SunOS 5.8) ready.
USER ftp.1713
331 Password required for ftp.1713.
PASS (hidden)
230 User ftp.1713 logged in.
PWD
257 "/usr/asm/atl.1713" is current directory.
Host type (I): Sun Solaris
PASV
227 Entering Passive Mode (146,106,137,69,129,58)
connecting to 146.106.137.69:33082
- -
connecting to 146.106.137.69:33082
Connected to 146.106.137.69 port 33082
LIST
150 ASCII data connection for /bin/ls (146.106.137.37,1124) (0 bytes).
Received 15659 bytes in 0.1 secs, (1.49 Mbps), transfer succeeded
226 ASCII Transfer complete.
-----------------------------------------------------------------------------------



Thanks in advance,
Everett
# 2  
Old 12-05-2003
See this.
# 3  
Old 12-05-2003
Thanks, it seems to work. I will try another program since it points out that ws_ftp only does this. I don't really like it anyway, but it fit on a floppy and I didn't have access to download anything else behind the limited proxy access.

Do you know offhand why this connection takes so long? Once the connection is established, it's blazing fast. It just seems to take a while to establish the connection.

Everett
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

FTP log only shows FTP LOGIN FROM entry?

OS: Solaris 9 Configuration /etc/syslog.conf daemon.debug /etc/inetd.conf ftp stream tcp6 nowait root /usr/sbin/in.ftpd in.ftpd -A -l -d Found the ftp.log only generate those entries from other servers/hosts. Can we trace on all ftp entries either from/to the server? ... (6 Replies)
Discussion started by: KhawHL
6 Replies

2. HP-UX

[Solved] Unable to rename file in ftp server .Net:FTP perl

Hello All, I am trying to connect to ftp server and get the files. Also i need to rename the file in other ftp dir. rename method is not allowing me to rename the file in other dir. When i tried copy command by using net::FTP:FILE then perl says it is not installed. Can some body help me to... (2 Replies)
Discussion started by: krsnadasa
2 Replies

3. AIX

ftp connect in passive mode , ftp settings

how to connect to ftp server in passive mode? ftp server.abc and how can i see ftp settings, doesn't exist some ftpd.conf there is some other file where i check the options and configurations of ftp server? Thanks (3 Replies)
Discussion started by: prpkrk
3 Replies

4. Programming

AIX linker oddities...what is going on?

I've tried to figure out what the linker is smoking in AIX to no avail...so I'm trying to find a little information to see why it's being inconsistent. I have the following code in a shared library, it doesn't do anything useful, it's just there to exercise functions in a few system libraries: ... (11 Replies)
Discussion started by: DreamWarrior
11 Replies

5. Shell Programming and Scripting

Automated FTP script using .netrc to multiple FTP servers

Hi all, I'm using the following script to automated ftp files to 1 ftp servers host=192.168.0.1 /usr/bin/ftp -vi >> $bkplog 2>&1 <<ftp open $host bin cd ${directory} put $files quit ftp and the .netrc file contain machine 192.168.0.1 login abc... (4 Replies)
Discussion started by: varu0612
4 Replies

6. Shell Programming and Scripting

passing parameter to ftp script from output of another ftp

Hi, I have a ftp script which first gets all the file names and echo's the latest file. I'm using another ftp command sets to get the file name given by first ftp. The problem is the parameter is not accepted by second ftp. The error message i'm getting is > Rename Temp File calloc:ICMP... (5 Replies)
Discussion started by: ammu
5 Replies

7. UNIX for Advanced & Expert Users

Using FTP to check whether file is completely FTP... plz find the description below

Hi, We have some clients who will place huge files in to one of the remote server. And the shell script written in our local server to retrieve client files (using FTP) placed on one of the remote server of ours by clients. My question Is there any FTP command/script to check from my local... (1 Reply)
Discussion started by: nmsrao
1 Replies

8. UNIX for Advanced & Expert Users

MVS->Unix FTP : Using chmod as part of FTP.

We are transferring file from mainframes to unix, & in FTP process itself we would like to set access rights for unix machine. Has anyone used chmod command in association with site command in ftp? How it should be used? Thanks in advance. (1 Reply)
Discussion started by: videsh77
1 Replies

9. Shell Programming and Scripting

FTP script to FTP file to UNIX - Solaris

Hello, A couple of times per week, i receive emails notifications when files are available for processing. Currently i read these eamails with a java program and store the attachement on my C: drive and would now like to generate a PC script to send this file name up to UNIX-Solaris and... (3 Replies)
Discussion started by: bobk544
3 Replies
Login or Register to Ask a Question