Performance compare between FileSystemObject.CopyFile and FTP Transfer
43 views
Skip to first unread message
Jiro
unread,
Mar 27, 2013, 8:00:06 AM3/27/13
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I have two server in difference places (Server A and Server B)
I want to copy a file from server A to server B.
I would like to know the performance between FTP and the function Scripting.FileSystemObject.CopyFile.
Will it use all the bandwidth between server A and server B if I use Scripting.FileSystemObject.CopyFile function?
There are still other Servers that also connecting to Server B and I want to know will it affect the connection?