![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|||||
|
Quote:
I just wanted to let him shout with a hint of ftp if he wants something else.Cheers |
|
||||
|
If its to mount the windows share, you may use the below :
1) Make sure you have samba client installed on the Unix box, and the smb service is running 2) Run smbmount & mount the windows shared folder in unix box as below smbmount //serverip/sharenameonwindowsbox /mountpoint -o username=testuser,workgroup=domainname,uid=localuserid,ip=windowsserverip 3) Now, you will have the windows share available on the linux box to play. Hope this helps !!! Cheers, Murli. ![]() |
|
||||
|
when you say "dos drive" do you mean this is on a drive sitting around somewhere? or is this in a system that is actually on a network?
if it is just a drive then you can not FTP, or mount it through a samba share. You will have to go about it other ways. easiest way would be to get it running on a box that can read it and just FTP stuff you nead... |
|
|||||
|
not sure what a samba box is but try using rcp of ftp, but you might have to type xhost+ of the unix box..
If I am way off, I would try to just snake through a few servers who have ftp protocol set up. do you have a share directory. Might try setting up the share where you drop a fie in one server and it appears on another, but this might be just sun related... sorry if i was some space but I am stomped on my trouble good luck |
| Sponsored Links | ||
|
|