cURLUploader@1 - cURL 上傳檔案 v1 工作
搭配 cURL 使用此工作來上傳檔案。 支援的資料傳輸通訊協定包括 FTP、FTPS、SFTP、HTTP 和其他通訊協定。
注意
此工作有較新版本可在 cURLUploader@2使用。
Syntax
# cURL Upload Files v1
# Use cURL to upload files with FTP, FTPS, SFTP, HTTP, and more.
- task: cURLUploader@1
inputs:
files: # string. Required. Files.
#username: # string. Username.
#password: # string. Password.
url: # string. Required. URL.
#options: # string. Optional Arguments.
# Advanced
#redirectStderr: true # boolean. Redirect Standard Error to Standard Out. Default: true.
輸入
files
- 檔
string
. 必要。
要上傳的檔案 () 。 可以使用萬用字元。 例如, **\*.zip
針對所有子資料夾中的所有 ZIP 檔案。
username
- 使用者
string
.
選擇性。 指定伺服器驗證的使用者名稱。
url
- Url
string
. 必要。
指定要上傳檔案 () 的 URL。 目錄應該以尾端斜線結尾。 可能的 URL 通訊協定包括 DICT://
、 FILE://
、、 FTPS://
SFTP://
FTP://
GOPHER://
LDAPS://
LDAP://
POP3://
IMAPS://
POP3S://
IMAP://
RTMP://
RTSP://
HTTPS://
HTTP://
SMTP://
SMTPS://
SCP://
TELNET://
和 。 TFTP://
options
- 選擇性引數
string
.
選擇性。 將傳遞至 cURL 的其他引數。
redirectStderr
- 將標準錯誤重新導向至標準輸出
boolean
. 預設值:true
。
將 --stderr -
新增為 cURL 的引數。 根據預設,cURL 會將進度列 stderr
寫入至 ,建置會解譯為錯誤輸出。 啟用此核取方塊會隱藏該行為。
工作控制選項
除了工作輸入之外,所有工作都有控制選項。 如需詳細資訊,請參閱 控制選項和一般工作屬性。
輸出變數
無。
備註
我可以在哪裡瞭解 FTP 命令?
請參閱 原始 FTP 命令的清單。