Tell me more ×
English Language & Usage Stack Exchange is a question and answer site for linguists, etymologists, and serious English language enthusiasts. It's 100% free, no registration required.

I am creating a base interface for both the class Upload and Download but I can't figure out what to call it. Is there an English word that can mean upload at the same time download?

share|improve this question
5  
"transfer" ...? – tenfour May 11 '12 at 7:52
1  
I kinda hate upload and download, because I can never figure out which direction they mean. Just use get and put like FTP does. – tchrist May 22 '12 at 1:56

4 Answers

up vote 9 down vote accepted

I would say data transfer. This can be either upload or download.

share|improve this answer
1  
or, file transfer – J.R. May 11 '12 at 9:52
or file/data sharing – Fr0zenFyr May 11 '12 at 10:38
+1 Though there's a technical difference between upload-download and data transfer, this still seems to come the closest. – Kris May 11 '12 at 12:35
1  
@Frozen Fyr Sharing is not upload/ download. – Kris May 11 '12 at 12:37

I would recommend file transfer if you are transferring entire files, by analogy to FTP (File Transfer Protocol).

You want to distinguish what your interface does from general network communication, so data transfer is too generic.

share|improve this answer

Two possible terms: 1) bidirectional data transfer and 2) full duplex data transfer. Here's a good discussion in relation to USB 3.0.

share|improve this answer

Why not "load", with an "up" method and a "down" method?

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.