03-05-2010
The only way to test your upload/download speed is to download/upload something from somewhere thats pretty close to you and has enough bandwith to never bee the bottleneck for you, so you're sure to minimize any thing that might scew the result.
10 More Discussions You Might Find Interesting
1. UNIX for Dummies Questions & Answers
i recently purchased a dual ross sparc processor kit from someone.
the person listed these items as 133mhz processors, however, looking at bridgepoint's site, they do not make 133mhz processors.
so i was wondering, how can i check the processor speeds? (4 Replies)
Discussion started by: xyyz
4 Replies
2. Solaris
Hello all,
We have a group of Solaris 8 machines that are having some real network performance issues, they all go through a switch which *should* be set at 100 mb full duplex on every port which goes back to a master switch. I have checked the machines and the NIC cards are all set at 100 full.... (9 Replies)
Discussion started by: Mr Pink
9 Replies
3. Linux
hi everybody,
How cud i stop downloading files from FTP and allow uploading files in FTP.
Thanks & reg, (2 Replies)
Discussion started by: utpalsarkar
2 Replies
4. Shell Programming and Scripting
I have two files, uploads.txt and downloads.txt. I would like to combine the columns of these files based on the ip address. How can I best do this?
Uploads.txt
192.168.0.147 1565369
192.168.0.13 1664855
192.168.0.6 1332868
Downloads.txt
192.168.0.147 9838820
192.168.0.18 12051718... (7 Replies)
Discussion started by: zanyspydude
7 Replies
5. Shell Programming and Scripting
hi
please help me out here,
i want to use curl command in shell script to test web pages,
what i have is an opening page, when i click on a button on opening page, the next page comes up and then i have to upload a file n then click another button to submit and then comes the output page,... (2 Replies)
Discussion started by: Olivia
2 Replies
6. Shell Programming and Scripting
any ideas on how to upload logo on a script?(solaris script) (3 Replies)
Discussion started by: lhareigh890
3 Replies
7. Shell Programming and Scripting
I am attempting to utilize an expect script (that is called from a parent bash script) to perform a file transfer over sftp.
The script works except I cannot catch timeouts. I need to be able to tell in the parent bash script when the expect script has timed out, or completed successfully.
It... (3 Replies)
Discussion started by: thaller
3 Replies
8. Solaris
Dear all,
I have made a search on the forum, but couldn't find a related topic about this issue.
* I have created a user on Solaris 10 OS with below command and then set password for the user.
* Now i can FTP to OS with this user (hattesti). Although i can download files under related... (0 Replies)
Discussion started by: byrusber
0 Replies
9. UNIX for Dummies Questions & Answers
HI
We have been asked by our IT department to move from our current physical solution to a VM environment. I am not that clued up on VM.
I looked from some benchmark tests to run so i can see a comparison between our live and new VM we have been presented. Please see below for results.
To me the... (3 Replies)
Discussion started by: treds
3 Replies
10. UNIX for Dummies Questions & Answers
Hi,
is it possible to download/retrieve a public SSH key when you are logged in to the remote machine rather than sending the key, for example with ssh-copy-id from your local machine to the remote machine?
I can only ssh into one direction (from the remote machine into the local machine),... (5 Replies)
Discussion started by: gczychi
5 Replies
IFP(1) General Commands Manual IFP(1)
NAME
ifp - access iRiver iFP audio devices
SYNOPSIS
ifp command [arguments ...]
DESCRIPTION
ifp lets you manage your music on an iRiver iFP music player acting in "Manager Mode". If your player is using "UMS Mode", then you don't
need this program; it will appear as new drive when you plug it in.
This manual page documents the version of ifp included as an example application for the libifp library. The interface is intended to mimic
the ifp binary found in the ifp-line binary package.
ifp can upload or download files or directories, delete or make directories on the device, format the device, or upgrade your firmware.
COMMANDS
ls [directory]
List the files and directories on the device. The root directory is /. Directories are preceded with 'd' and other files with 'f'.
df Display total and free space on the device.
upload localfile remotefile
Copy the file named localfile to the iFP device, and name it remotefile. (This is like cp.)
upload localfile remotedir
Copy the file named localfile to the iFP device, into remotedir. (This is like cp.)
upload localdir remotedir
Copy the entire directory localdir to the device, into remotedir. This copies into a subdirectory, so upload foo / puts files from
the directory foo info /foo on the device. (This is like cp -R.) This uploads the entire directory, not just audio files.
put localfile | localdir
Upload the file or directory to the device, with the same name it has locally. If a directory is given, it is put in /.
download remotefile localfile
download remotefile localdir
download remotedir localdir
Like upload, but copies from the iFP device to your system. Some proprietary file types may not be downloaded.
get remotefile | remotedir
Like put, but copies files or directories from the device to your current working directory.
rm [-r] file
Delete (recursively) a file (or directory) on the device.
rmdir dir
Delete an empty directory on the device.
mkdir dir
Create a directory on the device.
battery
Display battery status of the device.
typestring
Display the model number of the device.
firmversion
Display the firmware revision currently on the device.
format Reformat the device's memory. This will delete all your music.
firmupdate FIRMWARE.HEX
Upload the file FIRMWARE.HEX as new firmware for the device. This will not delete your music, but may have many other detrimental
effects. Don't turn the device off or unplug it while the firmware is updating, and don't attempt to upload new firmware with a low
battery.
AUTHORS
libifp was written by Geoff Oakham, based on ifp by Yamashiro Jun. This manual page was written for Debian by Joe Wreschnig
<piman@debian.org>, but may be used by others.
May 30th, 2004 IFP(1)