Re: [NAnt-users] copy Txt file to remote computer with UserName & pwd

2007-11-27 Thread Wayne Wong
If you want to transfer a text file to a shared folder, I think the simplest way is to map a network drive and use the task copy the file directly to the mapped drive. To map a network drive, just click Tools/Map Network Drive on your explorer window. Wayne http://www.nantbuilder.com NAntBuilder

Re: [NAnt-users] copy Txt file to remote computer with UserName & pwd

2007-11-27 Thread MurphyRic
Hi, Just a network Neighbourhood computer with a shared directory set with login credentials. Thanks & Regards Wayne Wong wrote: > > Hi, > > I think you meant a small task to transfer text file. Then what kind of > services runs on the remote computer? An FTP server, HTTP server, or just >

Re: [NAnt-users] copy Txt file to remote computer with UserName & pwd

2007-11-27 Thread Wayne Wong
Hi, I think you meant a small task to transfer text file. Then what kind of services runs on the remote computer? An FTP server, HTTP server, or just a Network Neighborhood computer? Wayne http://www.nantbuilder.com NAntBuilder Team MurphyRic wrote: > > Hello All, > > I need a small target