Sponsored Content
Full Discussion: sending larger files via ftp
Top Forums UNIX for Advanced & Expert Users sending larger files via ftp Post 302074561 by matrixmadhan on Wednesday 24th of May 2006 05:21:44 AM
Old 05-24-2006
Its a t1 fiber link.

even with that wont i able to tune the parameters and maximize the throughput?
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Sending email w/ ftp log as attachment

Can this be done? Code samples welcome and encouraged. (2 Replies)
Discussion started by: idesaj
2 Replies

2. Shell Programming and Scripting

FTP repeat sending files

Hi everyone. I wrote a ftp script for sending files. while read FNAME do # Begin ftp ftp -i -n $HOST << END user $USER $PASSWD put $FNAME $FNAME quit END # End ftp done < ftp_sending_list.dat HOST, USER and PASSWD are my account data. This script quits ftp for many times and this is... (1 Reply)
Discussion started by: Euler04
1 Replies

3. HP-UX

Ftp cannot put file larger than 64kb

Hi gurus, I have a problem with ftp access. The first 2 test e.g. Test A & Test B was successful with the file size 64kb (800++ numbers). The third test with file size 120kb was failed. The error is "Netout :Connection reset by peer". No password entered manually since the test run from the... (3 Replies)
Discussion started by: yeazas
3 Replies

4. AIX

Tar files larger than 2GB

Hi, Does anyone know if it is possible to tar files larger than 2GB? The reason being is they want me to dump a single file (which is around 20GB) to a tape drive and they will restore it on a Solaris box. I know the tar have a limitation of 2GB so I am thinking of a way how to overcome this.... (11 Replies)
Discussion started by: depam
11 Replies

5. UNIX for Dummies Questions & Answers

Using UNIX Commands with Larger number of Files

Hello Unix Gurus, I am new to Unix so need some help on this. I am using the following commands: 1) mv -f Inputpath/*. outputpath 2) cp Inputpath/*. outputpath 3) rm -rf somepath/* 4) Find Inputpath/*. Now I get the following error with... (18 Replies)
Discussion started by: pchegoor
18 Replies

6. UNIX for Dummies Questions & Answers

7z command for files larger than 4GB ( unzip doesn't work)

My unzip command doesn't work for files that are greater than 4GB. Consider my file name is unzip -p -a filename.zip, the command doesn't work since the size of the file is larger. I need to know the corresponding 7z command for the same. This is my Unix shell script program: if then ... (14 Replies)
Discussion started by: chandraprakash
14 Replies

7. Shell Programming and Scripting

Backingup larger files with TAR command

I need to backup my database but the files are very large and the TAR command will not let me. I searched aids and found that I could do something with the mknod, COMPRESS and TAR command using them together. I appreciate your help. (10 Replies)
Discussion started by: frizcala
10 Replies

8. UNIX for Dummies Questions & Answers

Split larger files into smaller ones with Column names

Hi, I have one large files of 100000 rows with header column. Eg: Emp Code, Emp Name 101,xxx 102,YYY 103,zzz ... ... I want to split the files into smaller files with only 30000 rows each..File 1,2 and 3 must have 30000 rows and file 4 must contain 10000 rows. But the column... (1 Reply)
Discussion started by: Nivas
1 Replies

9. UNIX for Beginners Questions & Answers

Need to select files larger than 500Mb from servers

I need help modifying these two scripts to do the following: - print files in (MB) instead of (KB) - only select files larger than 500MB -> these will be mailed out daily - Select all files regardless of size all in (MB) -> these will be mailed out once a week this is what i have so far and... (5 Replies)
Discussion started by: donpasscal
5 Replies

10. UNIX for Beginners Questions & Answers

Help with Expect script for pulling log files size larger than 500Mb;

I am new at developing EXPECT scripts. I'm trying to create a script that will automatically connect to a several UNIX (sun solaris and HPUX) database server via FTP and pull the sizes of the listener/alert log files from specified server directory on the remote machines. 1. I want the script... (7 Replies)
Discussion started by: mikebantor
7 Replies
KUMOSTAT(1)						      General Commands Manual						       KUMOSTAT(1)

NAME
kumostat - get kumofs status SYNOPSIS
kumostat server-address[:port=19800] command kumostat -m manager-address[:port=19700] command DESCRIPTION
Get status from Server node. COMMANDS
pid get pid of server process uptime get uptime time get UNIX time version get version cmd_get get total number of processed get requests cmd_set get total number of processed set requests cmd_delete get total number of processed delete requests items get number of stored items rhs get rhs (routing table for Get) whs get whs (routing table for Set/Delete) hscheck check if rhs == whs set_delay maximize throughput at the expense of latency unset_delay maximize throughput at the expense of latency DELAY MODE
If the delay mode is enabled, req/sec throughput is maximized at the expense of latency. This mode actually disables TCP_NODELAY option of all sockets. The practice of this feature is as following: - run some scripts that watches load of the kumo-server. (see source code of kumotop) - if the load of kumo-server becomes high, enable delay mode by kumostat set_delay command. - if the load of kumo-server becomes low, disable delay mode by kumostat unset_delay command. EXAMPLE
$ kumostat svr1 items $ kumotop -m mgr1 hscheck SEE ALSO
kumo-server(1). kumostat July 2009 KUMOSTAT(1)
All times are GMT -4. The time now is 06:41 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy