2

I want to get download and upload from a remote windows machine(workgroup,or domain) to my local unix machine.I dont want to use Sftp or FTP server.I also consider the Jcifs(smb) librariy but it only allowing access to shared directories.I want to access any directory with sufficent user permission.How can i do this I think active directory has a capability.

Tomasz Nurkiewicz
  • 334,321
  • 69
  • 703
  • 674
ayengin
  • 1,606
  • 1
  • 22
  • 47

1 Answers1

1

I would just open up a samba share on your unix machine and connect to the share from your windows machine.

corsiKa
  • 81,495
  • 25
  • 153
  • 204
  • I want to download and upload files from/to a windows machine to my local unix machine and i want to do it with only username and password ,no need to any configure at remote windows machine. – ayengin Apr 28 '11 at 06:45
  • @ayengin no configuration is necessary on the windows machine. Setting up a samba share is (as far as I know) fairly simple to do. Then you open the share on your windows machine (i.e. browse to it like a folder) and dump your files. – corsiKa Apr 28 '11 at 15:39