Unix import

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
urshit_1983
Participant
Posts: 73
Joined: Wed Jun 28, 2006 3:27 pm
Location: NJ

Unix import

Post by urshit_1983 »

Is it possible to do reverse ?

I mean I want to do FTP from Windows client, to Unix server. But can I do import of file by opening FTP in Unix and get file from Windows Client ?

This is in continuty of Unzip in DS post.
Thanks
"Nobody is expert in Everything,
But Everybody is expert in Something."
urshit_1983
Participant
Posts: 73
Joined: Wed Jun 28, 2006 3:27 pm
Location: NJ

Post by urshit_1983 »

And if we can do what to give after ftp>open

when I give my System IP to get connected it gives connection fail.
"Nobody is expert in Everything,
But Everybody is expert in Something."
kduke
Charter Member
Charter Member
Posts: 5227
Joined: Thu May 29, 2003 9:47 am
Location: Dallas, TX
Contact:

Post by kduke »

I would use Samba. It makes UNIX appear as Windows server to Windows PCs. This allows you to write UNIX directory and read it from DOS.

Let us say your Samba share name was myshare and your UNIX machine name was server12. On DOS this would be available as \\server12\myshare.

Samba is easy to setup and can have security to it.
Mamu Kim
urshit_1983
Participant
Posts: 73
Joined: Wed Jun 28, 2006 3:27 pm
Location: NJ

Post by urshit_1983 »

Thanks kduke. Let me try and will let you know if I have any problem
"Nobody is expert in Everything,
But Everybody is expert in Something."
Post Reply