![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| File Transfer through FTP | Swapna173 | Shell Programming and Scripting | 4 | 08-20-2008 07:55 PM |
| file transfer using Ftp | sudhi | Shell Programming and Scripting | 1 | 05-25-2008 11:14 PM |
| Transfer the file | manas_ranjan | UNIX for Dummies Questions & Answers | 2 | 07-27-2007 09:33 AM |
| file transfer | bkan77 | Shell Programming and Scripting | 4 | 07-27-2007 05:55 AM |
| transfer of specific file content to another file | mem101 | Shell Programming and Scripting | 1 | 10-18-2005 02:01 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
File Transfer issues SUN - > AIX
Hi,
I'm puzzled at how this could be. I'm trying to transfer some files from an Sun box to an AIX box via FTP. The file transfer goes fine until it reaches a file of about 150k then times out and fails. The FTP Does not seem to be able to transfer files of more than 150k! However, I can transfer a compress file without any problems. The files I'm trying to grab are ASCII. I can transfer BINARY files easily no matter the size, but not ASCII. Has anyone experienced this before? The servers are on two separate networks and there are about 150,000 files in the directory I'm polling from. |
|
||||
|
A couple of things to try.
1) Lower the block size on the ftpd (in inetd.conf). 2) Lower the block size on the ftp client (e.g. -B 1). 3) Get you comms people to check that both machines have hard-set LAN speed (i.e. not auto-negotiation). |
|
||||
|
How do I lower the block size of the ftp client?
|
|
||||
|
Sorry to mislead you I can't find a way to change this in current Solaris or AIX. We really need Solaris to use 1k (not 8k) block size to talk to AIX. Others may know better.
The problem is often caused by ftp incorrectly negotiating (or defaulting) comms parameters to values only appplicable to that manufacturer on a fast LAN. LAN speed auto-negotiation can cause this type of fault too. It can be caused by routers incorrectly negotiating large packet sizes when not all routers on the route can deal with them. The list is endless but usually reducing the ftp block size fixes the problem. |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|