[Important Announcement] End of FTP Service Support for Home NAS Series

2»

Comments

  • LukeT
    LukeT Posts: 2 image  Freshman Member
    First Comment Friend Collector

    I have the exact same issue:

    ~ $ echo "ftp://192.168.178.10" > /i-data/sysvol/admin/zypkg/web_prefix
    -sh: can't create /i-data/sysvol/admin/zypkg/web_prefix: nonexistent directory
    ~ $ mkdir /i-data/sysvol/admin/zypkg/
    mkdir: can't create directory '/i-data/sysvol/admin/zypkg/': No such file or dir ectory

    Checking the folders, there is no "admin" folder in my sysvol folder. I would appreciate some help, NAS is model N540.

  • suisei
    suisei Posts: 119 image  Ally Member
    First Comment First Answer Friend Collector Second Anniversary

    You could try with command : mkdir -p /i-data/sysvol/admin/zypkg before do the command:

    echo "ftp://YOUR_NAS_IP" > /i-data/sysvol/admin/zypkg/web_prefix