[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

[vine-users:026527] Auto-FTP


2回目の投稿者 秦(ハタ)です。Vineとは直接関係ないかも知れませんが
皆様のお知恵をお借りしたいと思います。
現在Win-NT<------->Win-NT間でFTPにて
File 転送を自動で行なっています。
以下Windows−NTのFTPの
/****************************************/
system("ftp -n -s:msls01_09.dat [host-NT1]");
/****************************************/

-s:msls01_09.datの中身以下
***************************
user NT01user NT01password
put sendmod.dat
bye
***************************

でイベントが発生時にsystem関数にてFTPが起動します。
この動作をVineーLinuxに置き換えようとしていますが
manを読んでも理解できません。
解決方法をご教授ください、宜しくお願いいたします。


以下WIN-Help

FTP [-v] [-d] [-i] [-n] [-g] [-s:filename] [-a] [-w:windowsize] [-A]

  -v             Suppresses display of remote server responses.
  -n             Suppresses auto-login upon initial connection.
  -i             Turns off interactive prompting during multiple file
                 transfers.
  -d             Enables debugging.
  -g             Disables filename globbing (see GLOB command).
  -s:filename    Specifies a text file containing FTP commands; the
                 commands will automatically run after FTP starts.
  -a             Use any local interface when binding data connection
  -A             login as anonymous.
  -w:buffersize  Overrides the default transfer buffer size of 4096.
  host           Specifies the host name or IP address of the remote
                 host to connect to.

Notes:
  - mget and mput commands take y/n/q for yes/no/quit.
  - Use Control-C to abort commands.

****************************************
 ビットデシジョン 秦  庄
e-mails shoji _at_ bitdecision.co.jp

****************************************

この情報があなたの探していたものかどうか選択してください。
yes/まさにこれだ!   no/違うなぁ   part/一部見つかった   try/これで試してみる

あなたが探していた情報はどのようなことか、ご自由に記入下さい。特に「まさにこれだ!」と言う場合は記入をお願いします。
例:「複数のマシンからCATV経由でipmasqueradeを利用してWebを参照したい場合の設定について」
Follow-Ups: