Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

getting file over ip

Status
Not open for further replies.

baran121

Programmer
Sep 8, 2005
337
0
0
TR
hi i want to know can i get file over ip

i want to run this code,if the file in my computer there is not problem. but coudnt get file over ip.


create table #info (alt_name varchar(20) COLLATE Turkish_CI_AS null,d int null, f int null )
insert #info exec master..xp_dirtree '\\192.168.18.5\fat' , 3, 1 --getttin files from directory
select *from #info

please help me.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top