Fanuc default FTP server configuration

  • Hi,
    I need to put some .txt file into fanuc FR: directory. By default Then I connect to robot FTP server I in MD: directory. How to configure default directory to be FR:?
    I need that, because file must be transferred automatically for example some PC based program save files to fanuc FTP. So I can't use any FTP client for transferring file except windows explorer

  • HI, Yes I know that this will work in FTP client program,
    But I want to add it as a patch to Windows file system

  • I'm not 100% sure I understand what you're trying to do, but this might help:


    make a batch file, putTxt.bat. It has one line:


    ftp -i -s:putTxt.ftp


    then make a file in the same directory called putTxt.ftp:


    open <robot IP address>
    <Username>
    <Password>
    binary
    cd fr:
    put <filepath of file to upload> <filename you want on the robot>
    disconnect
    quit

Advertising from our partners