Sendfile

The Sendfile action icon - a piece of paper with one corner folded down and an arrow pointing to the right.

利用互聯網透過 FTP 和 SFTP 通訊協定將檔案傳送到遙距伺服器。

Sendfile傳輸一個檔案,並在完成後向下移動Default 分支。

Dependencies

出現下列情況時,系統會承受過大負載:

  • 您的業務單元有超過 15 個並行通話。
  • 正在執行的指令碼包含與檔案相關的動作,例如 WritefileReadfileFileexist

這會導致限流。您的業務單元將在執行指令以及使用其他功能(包括聯絡處理和狀態變更)時遇到延遲,直到積壓的進程完成。

  • Sendfile 需要遙距 FTP 伺服器的位址、使用者名稱和密碼。
  • 如果您使用 雲端儲存服務,請在傳送檔案時使用管理員配置 Copy to SEA 選項,而不是使用 Sendfile 動作。

Supported Script Types

The icon for a Generic script type - a rectangle with < and > symbols inside it.

The icon for the Email script type - a large @ symbol in a diamond.

The icon for the Chat script type - a chat bubble with an ellipsis inside (...), in a diamond shape.

The icon for the Phone script type - an old-style phone handset with curved lines indicating sound coming out of it.

The icon for the Voicemail script type - a symbol that looks like a cassette tape - two circles sitting on a horizontal line.

The icon for the Work Item script type-a piece of paper with one corner folded down and a bullet list on it.

The icon for the SMS script type - a smart phone with a chat bubble coming out of it.

The icon for the Digital script type - a computer monitor with a smartphone next to it.

一般

電郵 聊天 電話 語音郵件 工作項目 SMS 數位

Input Properties

這些屬性定義了動作執行時使用的資料。

屬性

描述

標題

輸入在指令碼中唯一標識此操作的短語。標題出現在指令碼畫布上的動作圖示下。The default is the action name.

FileName

要傳輸到遙距 FTP 伺服器的檔案的檔案名稱。

Protocol

用於傳送檔案的通訊協定 (FTP 或者SFTP)。

TargetFolder

遙距 FTP 伺服器上用於儲存所傳輸檔案的資料夾。

HostName

遙距 FTP 伺服器的主機名稱(ftp.webaddress.com 或 webaddress.com)。
Username 用於登入遙距 FTP 伺服器的使用者名稱。
Password

登入遙距 FTP 伺服器時使用的密碼。

PassiveMode

確定動作是否使用被動 FTP 模式傳送檔案。Enter True to use passive mode or False if you do not want to use this option.

結果分支條件

結果分支條件允許您在指令碼中建立分支,以處理執行動作時的不同結果。

條件

描述

Default

指令碼未能滿足需要它採用其中一個分支的條件時採用的路徑。如果沒有定義動作的其他分支,也會採用該路徑。

錯誤

動作未能正確執行時採用的路徑。例如,當出現連接不良、語法錯誤等意外問題時。_ERR變數(帶有一個下畫線字元)應填入針對問題的簡要說明。