# IbmWorkloadSchedulerApi.FileTransferStep

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**agent** | **String** | Agent name where the command will run | 
**protocol** | **String** | The protocol that will be used | 
**operation** | **String** | The operation that must be performed | 
**localFile** | **String** | The local file that we want to transfer | 
**localUser** | **String** | The local user that order the operation | 
**localPassword** | **String** | The password of the local user | 
**remoteFile** | **String** | The remote file that we want to transfer | 
**remoteUser** | **String** | The remote user that order the operation | 
**remotePassword** | **String** | The password of the remote user | [optional] 
**remoteServer** | **String** | The ip of the server | 
**binary** | **Boolean** | No description avaible | 
**passiveMode** | **Boolean** | To set or not passive mode | 
**timeout** | **Integer** | To value of the timeout | [optional] 


