• Fab
  • MorphOS Developer
    Fab
    Posts: 1331 from 2003/6/16
    Oh, sorry, it seems i overlooked the first post. :)
    smbclient from samba archive might also work then. Not particularly friendly, but it should work and doesn't need any setup in samba.

    to list shares, smbclient -L computer -U<user name> [-I<computer ip if needed>]
    to connect to a share, smbclient //computer/share -U<user name> [-I<computer ip if needed>]

    Then it all works with ls/put/get commands. :)

    [ Edited by Fab on 2009/7/3 13:51 ]
  • »03.07.09 - 12:50
    Profile Visit Website