Results 1 to 5 of 5

Thread: File transfer from UNIX to NT.

  1. #1
    raj Guest

    File transfer from UNIX to NT.


    Hi Friends,

    Is there any way to transfer a flat file from UNIX to Windows NT through an NT batch script without using FTP (and vice verssa)?

    Thanks & Regards,

    Raj

  2. #2
    David Westmore Guest

    File transfer from UNIX to NT. (reply)


    This page might be useful:

    http://www.microsoft.com/windows2000/unix/interop/default.asp

    FTP is the simplest solution, IMHO.

    Regards

    David Westmore
    ------------
    raj at 7/4/01 10:35:27 AM


    Hi Friends,

    Is there any way to transfer a flat file from UNIX to Windows NT through an NT batch script without using FTP (and vice verssa)?

    Thanks & Regards,

    Raj

  3. #3
    Anu Guest

    File transfer from UNIX to NT. (reply)

    FTP is the best way to do file transfers


    ------------
    raj at 7/4/01 10:35:27 AM


    Hi Friends,

    Is there any way to transfer a flat file from UNIX to Windows NT through an NT batch script without using FTP (and vice verssa)?

    Thanks & Regards,

    Raj

  4. #4
    Tom Goltl Guest

    File transfer from UNIX to NT. (reply)

    We use SAMBA and then can map or use unc to copy files back and forth from unix to nt. I feel that ftp is the best way though.

    Hope this helps

    Tom


    ------------
    raj at 7/4/01 10:35:27 AM


    Hi Friends,

    Is there any way to transfer a flat file from UNIX to Windows NT through an NT batch script without using FTP (and vice verssa)?

    Thanks & Regards,

    Raj

  5. #5
    Mike Hoyt Guest

    File transfer from UNIX to NT. (reply)

    We use NFS to make the Unix directory accessible directly from Windows. Requires an NFS client on your PC (Netmanage Viewnow Interdrive client) or Unixtools on the NT Server as well as NFS installed on the Unix machine. The shared Unix directory needs to be set up by unix administrator with permissions as well.

    We have a SQL Server based Windows application running in a manufacturing plant that is transferring tranaction information to and from an older Unix based application once every 5 minutes. The NFS technology and a job scheduler are the tools that we useto make this work.

    Regards,

    Michael Hoyt
    IMP Group International
    902 493-2317

    ------------
    raj at 7/4/01 10:35:27 AM


    Hi Friends,

    Is there any way to transfer a flat file from UNIX to Windows NT through an NT batch script without using FTP (and vice verssa)?

    Thanks & Regards,

    Raj

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •