#author("2018-04-06T21:20:36+09:00","default:dramsukohome","dramsukohome")
[[Linux]]~

* ユーザー追加 [#h052b204]
- ftpasswd --file /etc/ftpd.passwd --passwd --name hogehoge --uid 500 -gid 105 --home (共有fullpath) --shell /bin/bash

* ユーザー削除 [#h052b204]
- ftpasswd --file /etc/ftpd.passwd --passwd -delete-user --name USERNAME --uid 500 -gid 100 --home /home/USERNAME --shell /bin/sh

* PASV mode 設定 [#z05e900b]
-NATルータ越えで、PASVモードを使用する場合~
または、「"PASV" 227 -」 のエラーが出る場合
-sudo vi /etc/proftpd.conf
-下記を追加 
 MasqueradeAddress         tar3.net
 PassivePorts              4000 4029


トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS