перекинуть по локальной сети файл.
как скопировать файл с одного компа на другой по локальной сети? и зделать ето на Vb.
Цитата:
FileCopy Statement Example
This example uses the FileCopy statement to copy one file to another. For purposes of this example, assume that SRCFILE is a file containing some data.
Dim SourceFile, DestinationFile
SourceFile = "SRCFILE" ' Define source file name.
DestinationFile = "DESTFILE" ' Define target file name.
FileCopy SourceFile, DestinationFile
This example uses the FileCopy statement to copy one file to another. For purposes of this example, assume that SRCFILE is a file containing some data.
Dim SourceFile, DestinationFile
SourceFile = "SRCFILE" ' Define source file name.
DestinationFile = "DESTFILE" ' Define target file name.
FileCopy SourceFile, DestinationFile
А можно ли записать файл в какоето запрещенное для других пользователей сети место, например в C:\WINDOWS\system32 ?
Т.е. можно ли обойти защиту чужого компутера ?
официально - нет! ну а всякое хакерство - не советую!
А как перекинуть файл через Winsock??