Package jenkins.plugins.publish_over_ftp
Class Messages
- java.lang.Object
-
- jenkins.plugins.publish_over_ftp.Messages
-
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public class Messages extends Object
Generated localization support class.
-
-
Constructor Summary
Constructors Constructor Description Messages()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.jvnet.localizer.Localizable
_builder_descriptor_displayName()
Keybuilder.descriptor.displayName
:Send files over FTP
.static org.jvnet.localizer.Localizable
_console_loggedInShowingCommunication()
Keyconsole.loggedInShowingCommunication
:Logged in, command printing enabled
.static org.jvnet.localizer.Localizable
_console_logInHidingCommunication()
Keyconsole.logInHidingCommunication
:Logging in, command printing disabled
.static org.jvnet.localizer.Localizable
_console_message_prefix()
Keyconsole.message.prefix
:FTP:
.static org.jvnet.localizer.Localizable
_console_usingPwd()
Keyconsole.usingPwd
:Remote root is not absolute, getting absolute directory from PWD
.static org.jvnet.localizer.Localizable
_descriptor_displayName()
Keydescriptor.displayName
:Send build artifacts over FTP
.static org.jvnet.localizer.Localizable
_descriptor_testConnection_error()
Keydescriptor.testConnection.error
:Failed to connect or change directory
.static org.jvnet.localizer.Localizable
_descriptor_testConnection_ok()
Keydescriptor.testConnection.ok
:Success
.static org.jvnet.localizer.Localizable
_exception_client_cdup()
Keyexception.client.cdup
:Failed to change to parent directory
.static org.jvnet.localizer.Localizable
_exception_client_dele(Object arg0)
Keyexception.client.dele
:Failed to delete file [{0}]
.static org.jvnet.localizer.Localizable
_exception_client_fileIsNull()
Keyexception.client.fileIsNull
:Failed to parse a file entry returned from the server
.static org.jvnet.localizer.Localizable
_exception_client_listParserNull()
Keyexception.client.listParserNull
:Failed to get a list of files from the server
.static org.jvnet.localizer.Localizable
_exception_client_rmdir(Object arg0)
Keyexception.client.rmdir
:Failed to delete directory [{0}]
.static org.jvnet.localizer.Localizable
_exception_connectFailed(Object arg0, Object arg1, Object arg2)
Keyexception.connectFailed
:Failed to connect to host [{0}] on port [{1}] - got response code [{2}]
.static org.jvnet.localizer.Localizable
_exception_cwdException(Object arg0)
Keyexception.cwdException
:Exception when changing to FTP directory [{0}]
.static org.jvnet.localizer.Localizable
_exception_exceptionOnDisconnect(Object arg0)
Keyexception.exceptionOnDisconnect
:Exception when disconnecting from server. Message [{0}]
.static org.jvnet.localizer.Localizable
_exception_exceptionSettingTransferMode()
Keyexception.exceptionSettingTransferMode
:Failed to set FTP transfer mode
.static org.jvnet.localizer.Localizable
_exception_failedToCreateClient(Object arg0)
Keyexception.failedToCreateClient
:Failed to connect and initialize FTP connection. Message: [{0}]
.static org.jvnet.localizer.Localizable
_exception_failedToSetTransferMode(Object arg0)
Keyexception.failedToSetTransferMode
:Failed to set FTP transfer mode. Server message: [{0}]
.static org.jvnet.localizer.Localizable
_exception_failedToStoreFile(Object arg0)
Keyexception.failedToStoreFile
:Could not write file. Server message: [{0}]
.static org.jvnet.localizer.Localizable
_exception_logInFailed(Object arg0)
Keyexception.logInFailed
:Failed to log in with username [{0}] - check username and password
.static org.jvnet.localizer.Localizable
_exception_mkdirException(Object arg0)
Keyexception.mkdirException
:Exception when making FTP directory [{0}]
.static org.jvnet.localizer.Localizable
_exception_noSourceFiles()
Keyexception.noSourceFiles
:An FTP Transfer Set must contain Source files - if you really want to include everything, set Source files to **<!---->/* or **\*
.static org.jvnet.localizer.Localizable
_exception_pwdNotAbsolute(Object arg0)
Keyexception.pwdNotAbsolute
:PWD [{0}] did not return an absolute path. Set remote directory in the Jenkins configuration to an absolute path
.static org.jvnet.localizer.Localizable
_hostconfig_descriptor()
Keyhostconfig.descriptor
:FTP Host Configuration
.static org.jvnet.localizer.Localizable
_log_disconnectQuietly()
Keylog.disconnectQuietly
:Exception disconnecting
.static org.jvnet.localizer.Localizable
_paramPublish_descriptor_displayName()
KeyparamPublish.descriptor.displayName
:FTP Param Publish
.static org.jvnet.localizer.Localizable
_promotion_descriptor_displayName()
Keypromotion.descriptor.displayName
:Send build artifacts over FTP
.static org.jvnet.localizer.Localizable
_publisher_descriptor_displayName()
Keypublisher.descriptor.displayName
:FTP Publisher
.static org.jvnet.localizer.Localizable
_publisherLabel_descriptor_displayName()
KeypublisherLabel.descriptor.displayName
:FTP Publisher Label
.static org.jvnet.localizer.Localizable
_retry_descriptor_displayName()
Keyretry.descriptor.displayName
:FTP Retry
.static org.jvnet.localizer.Localizable
_transfer_descriptor_displayName()
Keytransfer.descriptor.displayName
:FTP Transfer
.static String
builder_descriptor_displayName()
Keybuilder.descriptor.displayName
:Send files over FTP
.static String
console_loggedInShowingCommunication()
Keyconsole.loggedInShowingCommunication
:Logged in, command printing enabled
.static String
console_logInHidingCommunication()
Keyconsole.logInHidingCommunication
:Logging in, command printing disabled
.static String
console_message_prefix()
Keyconsole.message.prefix
:FTP:
.static String
console_usingPwd()
Keyconsole.usingPwd
:Remote root is not absolute, getting absolute directory from PWD
.static String
descriptor_displayName()
Keydescriptor.displayName
:Send build artifacts over FTP
.static String
descriptor_testConnection_error()
Keydescriptor.testConnection.error
:Failed to connect or change directory
.static String
descriptor_testConnection_ok()
Keydescriptor.testConnection.ok
:Success
.static String
exception_client_cdup()
Keyexception.client.cdup
:Failed to change to parent directory
.static String
exception_client_dele(Object arg0)
Keyexception.client.dele
:Failed to delete file [{0}]
.static String
exception_client_fileIsNull()
Keyexception.client.fileIsNull
:Failed to parse a file entry returned from the server
.static String
exception_client_listParserNull()
Keyexception.client.listParserNull
:Failed to get a list of files from the server
.static String
exception_client_rmdir(Object arg0)
Keyexception.client.rmdir
:Failed to delete directory [{0}]
.static String
exception_connectFailed(Object arg0, Object arg1, Object arg2)
Keyexception.connectFailed
:Failed to connect to host [{0}] on port [{1}] - got response code [{2}]
.static String
exception_cwdException(Object arg0)
Keyexception.cwdException
:Exception when changing to FTP directory [{0}]
.static String
exception_exceptionOnDisconnect(Object arg0)
Keyexception.exceptionOnDisconnect
:Exception when disconnecting from server. Message [{0}]
.static String
exception_exceptionSettingTransferMode()
Keyexception.exceptionSettingTransferMode
:Failed to set FTP transfer mode
.static String
exception_failedToCreateClient(Object arg0)
Keyexception.failedToCreateClient
:Failed to connect and initialize FTP connection. Message: [{0}]
.static String
exception_failedToSetTransferMode(Object arg0)
Keyexception.failedToSetTransferMode
:Failed to set FTP transfer mode. Server message: [{0}]
.static String
exception_failedToStoreFile(Object arg0)
Keyexception.failedToStoreFile
:Could not write file. Server message: [{0}]
.static String
exception_logInFailed(Object arg0)
Keyexception.logInFailed
:Failed to log in with username [{0}] - check username and password
.static String
exception_mkdirException(Object arg0)
Keyexception.mkdirException
:Exception when making FTP directory [{0}]
.static String
exception_noSourceFiles()
Keyexception.noSourceFiles
:An FTP Transfer Set must contain Source files - if you really want to include everything, set Source files to **<!---->/* or **\*
.static String
exception_pwdNotAbsolute(Object arg0)
Keyexception.pwdNotAbsolute
:PWD [{0}] did not return an absolute path. Set remote directory in the Jenkins configuration to an absolute path
.static String
hostconfig_descriptor()
Keyhostconfig.descriptor
:FTP Host Configuration
.static String
log_disconnectQuietly()
Keylog.disconnectQuietly
:Exception disconnecting
.static String
paramPublish_descriptor_displayName()
KeyparamPublish.descriptor.displayName
:FTP Param Publish
.static String
promotion_descriptor_displayName()
Keypromotion.descriptor.displayName
:Send build artifacts over FTP
.static String
publisher_descriptor_displayName()
Keypublisher.descriptor.displayName
:FTP Publisher
.static String
publisherLabel_descriptor_displayName()
KeypublisherLabel.descriptor.displayName
:FTP Publisher Label
.static String
retry_descriptor_displayName()
Keyretry.descriptor.displayName
:FTP Retry
.static String
transfer_descriptor_displayName()
Keytransfer.descriptor.displayName
:FTP Transfer
.
-
-
-
Method Detail
-
exception_client_dele
public static String exception_client_dele(Object arg0)
Keyexception.client.dele
:Failed to delete file [{0}]
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Failed to delete file [{0}]
-
_exception_client_dele
public static org.jvnet.localizer.Localizable _exception_client_dele(Object arg0)
Keyexception.client.dele
:Failed to delete file [{0}]
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Failed to delete file [{0}]
-
console_message_prefix
public static String console_message_prefix()
Keyconsole.message.prefix
:FTP:
.- Returns:
FTP:
-
_console_message_prefix
public static org.jvnet.localizer.Localizable _console_message_prefix()
Keyconsole.message.prefix
:FTP:
.- Returns:
FTP:
-
exception_client_listParserNull
public static String exception_client_listParserNull()
Keyexception.client.listParserNull
:Failed to get a list of files from the server
.- Returns:
Failed to get a list of files from the server
-
_exception_client_listParserNull
public static org.jvnet.localizer.Localizable _exception_client_listParserNull()
Keyexception.client.listParserNull
:Failed to get a list of files from the server
.- Returns:
Failed to get a list of files from the server
-
descriptor_displayName
public static String descriptor_displayName()
Keydescriptor.displayName
:Send build artifacts over FTP
.- Returns:
Send build artifacts over FTP
-
_descriptor_displayName
public static org.jvnet.localizer.Localizable _descriptor_displayName()
Keydescriptor.displayName
:Send build artifacts over FTP
.- Returns:
Send build artifacts over FTP
-
exception_client_fileIsNull
public static String exception_client_fileIsNull()
Keyexception.client.fileIsNull
:Failed to parse a file entry returned from the server
.- Returns:
Failed to parse a file entry returned from the server
-
_exception_client_fileIsNull
public static org.jvnet.localizer.Localizable _exception_client_fileIsNull()
Keyexception.client.fileIsNull
:Failed to parse a file entry returned from the server
.- Returns:
Failed to parse a file entry returned from the server
-
hostconfig_descriptor
public static String hostconfig_descriptor()
Keyhostconfig.descriptor
:FTP Host Configuration
.- Returns:
FTP Host Configuration
-
_hostconfig_descriptor
public static org.jvnet.localizer.Localizable _hostconfig_descriptor()
Keyhostconfig.descriptor
:FTP Host Configuration
.- Returns:
FTP Host Configuration
-
log_disconnectQuietly
public static String log_disconnectQuietly()
Keylog.disconnectQuietly
:Exception disconnecting
.- Returns:
Exception disconnecting
-
_log_disconnectQuietly
public static org.jvnet.localizer.Localizable _log_disconnectQuietly()
Keylog.disconnectQuietly
:Exception disconnecting
.- Returns:
Exception disconnecting
-
promotion_descriptor_displayName
public static String promotion_descriptor_displayName()
Keypromotion.descriptor.displayName
:Send build artifacts over FTP
.- Returns:
Send build artifacts over FTP
-
_promotion_descriptor_displayName
public static org.jvnet.localizer.Localizable _promotion_descriptor_displayName()
Keypromotion.descriptor.displayName
:Send build artifacts over FTP
.- Returns:
Send build artifacts over FTP
-
descriptor_testConnection_ok
public static String descriptor_testConnection_ok()
Keydescriptor.testConnection.ok
:Success
.- Returns:
Success
-
_descriptor_testConnection_ok
public static org.jvnet.localizer.Localizable _descriptor_testConnection_ok()
Keydescriptor.testConnection.ok
:Success
.- Returns:
Success
-
exception_pwdNotAbsolute
public static String exception_pwdNotAbsolute(Object arg0)
Keyexception.pwdNotAbsolute
:PWD [{0}] did not return an absolute path. Set remote directory in the Jenkins configuration to an absolute path
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
PWD [{0}] did not return an absolute path. Set remote directory in the Jenkins configuration to an absolute path
-
_exception_pwdNotAbsolute
public static org.jvnet.localizer.Localizable _exception_pwdNotAbsolute(Object arg0)
Keyexception.pwdNotAbsolute
:PWD [{0}] did not return an absolute path. Set remote directory in the Jenkins configuration to an absolute path
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
PWD [{0}] did not return an absolute path. Set remote directory in the Jenkins configuration to an absolute path
-
paramPublish_descriptor_displayName
public static String paramPublish_descriptor_displayName()
KeyparamPublish.descriptor.displayName
:FTP Param Publish
.- Returns:
FTP Param Publish
-
_paramPublish_descriptor_displayName
public static org.jvnet.localizer.Localizable _paramPublish_descriptor_displayName()
KeyparamPublish.descriptor.displayName
:FTP Param Publish
.- Returns:
FTP Param Publish
-
descriptor_testConnection_error
public static String descriptor_testConnection_error()
Keydescriptor.testConnection.error
:Failed to connect or change directory
.- Returns:
Failed to connect or change directory
-
_descriptor_testConnection_error
public static org.jvnet.localizer.Localizable _descriptor_testConnection_error()
Keydescriptor.testConnection.error
:Failed to connect or change directory
.- Returns:
Failed to connect or change directory
-
transfer_descriptor_displayName
public static String transfer_descriptor_displayName()
Keytransfer.descriptor.displayName
:FTP Transfer
.- Returns:
FTP Transfer
-
_transfer_descriptor_displayName
public static org.jvnet.localizer.Localizable _transfer_descriptor_displayName()
Keytransfer.descriptor.displayName
:FTP Transfer
.- Returns:
FTP Transfer
-
publisherLabel_descriptor_displayName
public static String publisherLabel_descriptor_displayName()
KeypublisherLabel.descriptor.displayName
:FTP Publisher Label
.- Returns:
FTP Publisher Label
-
_publisherLabel_descriptor_displayName
public static org.jvnet.localizer.Localizable _publisherLabel_descriptor_displayName()
KeypublisherLabel.descriptor.displayName
:FTP Publisher Label
.- Returns:
FTP Publisher Label
-
exception_exceptionOnDisconnect
public static String exception_exceptionOnDisconnect(Object arg0)
Keyexception.exceptionOnDisconnect
:Exception when disconnecting from server. Message [{0}]
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Exception when disconnecting from server. Message [{0}]
-
_exception_exceptionOnDisconnect
public static org.jvnet.localizer.Localizable _exception_exceptionOnDisconnect(Object arg0)
Keyexception.exceptionOnDisconnect
:Exception when disconnecting from server. Message [{0}]
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Exception when disconnecting from server. Message [{0}]
-
builder_descriptor_displayName
public static String builder_descriptor_displayName()
Keybuilder.descriptor.displayName
:Send files over FTP
.- Returns:
Send files over FTP
-
_builder_descriptor_displayName
public static org.jvnet.localizer.Localizable _builder_descriptor_displayName()
Keybuilder.descriptor.displayName
:Send files over FTP
.- Returns:
Send files over FTP
-
console_loggedInShowingCommunication
public static String console_loggedInShowingCommunication()
Keyconsole.loggedInShowingCommunication
:Logged in, command printing enabled
.- Returns:
Logged in, command printing enabled
-
_console_loggedInShowingCommunication
public static org.jvnet.localizer.Localizable _console_loggedInShowingCommunication()
Keyconsole.loggedInShowingCommunication
:Logged in, command printing enabled
.- Returns:
Logged in, command printing enabled
-
exception_failedToSetTransferMode
public static String exception_failedToSetTransferMode(Object arg0)
Keyexception.failedToSetTransferMode
:Failed to set FTP transfer mode. Server message: [{0}]
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Failed to set FTP transfer mode. Server message: [{0}]
-
_exception_failedToSetTransferMode
public static org.jvnet.localizer.Localizable _exception_failedToSetTransferMode(Object arg0)
Keyexception.failedToSetTransferMode
:Failed to set FTP transfer mode. Server message: [{0}]
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Failed to set FTP transfer mode. Server message: [{0}]
-
exception_failedToStoreFile
public static String exception_failedToStoreFile(Object arg0)
Keyexception.failedToStoreFile
:Could not write file. Server message: [{0}]
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Could not write file. Server message: [{0}]
-
_exception_failedToStoreFile
public static org.jvnet.localizer.Localizable _exception_failedToStoreFile(Object arg0)
Keyexception.failedToStoreFile
:Could not write file. Server message: [{0}]
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Could not write file. Server message: [{0}]
-
exception_logInFailed
public static String exception_logInFailed(Object arg0)
Keyexception.logInFailed
:Failed to log in with username [{0}] - check username and password
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Failed to log in with username [{0}] - check username and password
-
_exception_logInFailed
public static org.jvnet.localizer.Localizable _exception_logInFailed(Object arg0)
Keyexception.logInFailed
:Failed to log in with username [{0}] - check username and password
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Failed to log in with username [{0}] - check username and password
-
exception_cwdException
public static String exception_cwdException(Object arg0)
Keyexception.cwdException
:Exception when changing to FTP directory [{0}]
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Exception when changing to FTP directory [{0}]
-
_exception_cwdException
public static org.jvnet.localizer.Localizable _exception_cwdException(Object arg0)
Keyexception.cwdException
:Exception when changing to FTP directory [{0}]
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Exception when changing to FTP directory [{0}]
-
console_usingPwd
public static String console_usingPwd()
Keyconsole.usingPwd
:Remote root is not absolute, getting absolute directory from PWD
.- Returns:
Remote root is not absolute, getting absolute directory from PWD
-
_console_usingPwd
public static org.jvnet.localizer.Localizable _console_usingPwd()
Keyconsole.usingPwd
:Remote root is not absolute, getting absolute directory from PWD
.- Returns:
Remote root is not absolute, getting absolute directory from PWD
-
retry_descriptor_displayName
public static String retry_descriptor_displayName()
Keyretry.descriptor.displayName
:FTP Retry
.- Returns:
FTP Retry
-
_retry_descriptor_displayName
public static org.jvnet.localizer.Localizable _retry_descriptor_displayName()
Keyretry.descriptor.displayName
:FTP Retry
.- Returns:
FTP Retry
-
console_logInHidingCommunication
public static String console_logInHidingCommunication()
Keyconsole.logInHidingCommunication
:Logging in, command printing disabled
.- Returns:
Logging in, command printing disabled
-
_console_logInHidingCommunication
public static org.jvnet.localizer.Localizable _console_logInHidingCommunication()
Keyconsole.logInHidingCommunication
:Logging in, command printing disabled
.- Returns:
Logging in, command printing disabled
-
publisher_descriptor_displayName
public static String publisher_descriptor_displayName()
Keypublisher.descriptor.displayName
:FTP Publisher
.- Returns:
FTP Publisher
-
_publisher_descriptor_displayName
public static org.jvnet.localizer.Localizable _publisher_descriptor_displayName()
Keypublisher.descriptor.displayName
:FTP Publisher
.- Returns:
FTP Publisher
-
exception_connectFailed
public static String exception_connectFailed(Object arg0, Object arg1, Object arg2)
Keyexception.connectFailed
:Failed to connect to host [{0}] on port [{1}] - got response code [{2}]
.- Parameters:
arg2
- 3rd format parameter,{2}
, asString.valueOf(Object)
.arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Failed to connect to host [{0}] on port [{1}] - got response code [{2}]
-
_exception_connectFailed
public static org.jvnet.localizer.Localizable _exception_connectFailed(Object arg0, Object arg1, Object arg2)
Keyexception.connectFailed
:Failed to connect to host [{0}] on port [{1}] - got response code [{2}]
.- Parameters:
arg2
- 3rd format parameter,{2}
, asString.valueOf(Object)
.arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Failed to connect to host [{0}] on port [{1}] - got response code [{2}]
-
exception_exceptionSettingTransferMode
public static String exception_exceptionSettingTransferMode()
Keyexception.exceptionSettingTransferMode
:Failed to set FTP transfer mode
.- Returns:
Failed to set FTP transfer mode
-
_exception_exceptionSettingTransferMode
public static org.jvnet.localizer.Localizable _exception_exceptionSettingTransferMode()
Keyexception.exceptionSettingTransferMode
:Failed to set FTP transfer mode
.- Returns:
Failed to set FTP transfer mode
-
exception_client_rmdir
public static String exception_client_rmdir(Object arg0)
Keyexception.client.rmdir
:Failed to delete directory [{0}]
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Failed to delete directory [{0}]
-
_exception_client_rmdir
public static org.jvnet.localizer.Localizable _exception_client_rmdir(Object arg0)
Keyexception.client.rmdir
:Failed to delete directory [{0}]
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Failed to delete directory [{0}]
-
exception_failedToCreateClient
public static String exception_failedToCreateClient(Object arg0)
Keyexception.failedToCreateClient
:Failed to connect and initialize FTP connection. Message: [{0}]
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Failed to connect and initialize FTP connection. Message: [{0}]
-
_exception_failedToCreateClient
public static org.jvnet.localizer.Localizable _exception_failedToCreateClient(Object arg0)
Keyexception.failedToCreateClient
:Failed to connect and initialize FTP connection. Message: [{0}]
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Failed to connect and initialize FTP connection. Message: [{0}]
-
exception_noSourceFiles
public static String exception_noSourceFiles()
Keyexception.noSourceFiles
:An FTP Transfer Set must contain Source files - if you really want to include everything, set Source files to **<!---->/* or **\*
.- Returns:
An FTP Transfer Set must contain Source files - if you really want to include everything, set Source files to **<!---->/* or **\*
-
_exception_noSourceFiles
public static org.jvnet.localizer.Localizable _exception_noSourceFiles()
Keyexception.noSourceFiles
:An FTP Transfer Set must contain Source files - if you really want to include everything, set Source files to **<!---->/* or **\*
.- Returns:
An FTP Transfer Set must contain Source files - if you really want to include everything, set Source files to **<!---->/* or **\*
-
exception_client_cdup
public static String exception_client_cdup()
Keyexception.client.cdup
:Failed to change to parent directory
.- Returns:
Failed to change to parent directory
-
_exception_client_cdup
public static org.jvnet.localizer.Localizable _exception_client_cdup()
Keyexception.client.cdup
:Failed to change to parent directory
.- Returns:
Failed to change to parent directory
-
exception_mkdirException
public static String exception_mkdirException(Object arg0)
Keyexception.mkdirException
:Exception when making FTP directory [{0}]
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Exception when making FTP directory [{0}]
-
_exception_mkdirException
public static org.jvnet.localizer.Localizable _exception_mkdirException(Object arg0)
Keyexception.mkdirException
:Exception when making FTP directory [{0}]
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
Exception when making FTP directory [{0}]
-
-