IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  chmod via ftp service

    Posted Mon May 24, 2010 04:30 AM

    hi wmusers.

    i’m using ftp service to upload file to ftp server. But i have a problem to change the file permission.
    How do i use chmod command via ftp service to change file permission?

    Thank


    #Integration-Server-and-ESB
    #webMethods
    #webmethods-Protocol-and-Transport


  • 2.  RE: chmod via ftp service

    Posted Mon May 24, 2010 09:05 PM

    File permission is controlled by FTP server and not wM which is acting as a client.

    If you access a ftp via anon user, the file will have anon file permissions as configured by the server.

    If you access ftp with a particular user, the default is to get the file permission as the logged in user.

    If the FTP server has some built in commands that let you change ownership, this must be done via FTP commands, fot that look into pub.client.ftp:quote however, the FTP server must have that implementation.

    Regards.


    #webMethods
    #webmethods-Protocol-and-Transport
    #Integration-Server-and-ESB


  • 3.  RE: chmod via ftp service

    Posted Tue May 25, 2010 03:11 AM

    i have a user access to change the ownership of the files.
    so i will do it using pub.client.ftp:quote service.

    thanks for your information.


    #webMethods
    #Integration-Server-and-ESB
    #webmethods-Protocol-and-Transport