0
Answer

File Transfers

Ask a question
Bryce Lowe

Bryce Lowe

16y
2.2k
1

I am writing a small application to be used in our Citrix envoironment that will copy files from one drive to another.  We are trying to transfer files from a client hard drive to a mapped share through Citrix.   I want to be able to throttle the bandwidth however, to a small number, that way our bandwidth is conserved.

Right now I am using System.IO.File.Copy to copy from source to destination.

Let me know.