All Downloads are FREE. Search and download functionalities are using the official Maven repository.

system-spring-boot-ftp.1.3.source-code.MessageFtp.properties Maven / Gradle / Ivy

The newest version!
fs.ftp.connect.fail=Ftp connect failed, Ip: ${ip}, Port: ${port}.
fs.ftp.connect.fail.retry.max=Ftp connect failed (retried ${retries} times), Ip: ${ip}, Port: ${port}.
fs.ftp.connect.fail.login=Ftp connect failed: Wrong username or password, Ip: ${ip}, Port: ${port}.
fs.ftp.connect.success=Ftp connected, Ip: ${ip}, Port: ${port}.
fs.ftp.connect.retrying=Ftp connect failed, retrying... (${retried}/${retries}).
fs.ftp.disconnect.success=Ftp disconnected.
fs.ftp.disconnect.error=An error occurred while disconnecting from the ftp server.
fs.ftp.list.warn.from.root=List directory from ROOT, may cause timeout or other exception.
fs.ftp.list.error=An error occurred while list files in [${path}].
fs.ftp.upload.success=Ftp upload successful, [${path}][${filename}], file size is [${length}].
fs.ftp.upload.fail=Ftp upload failed, [${path}][${filename}], file size is [${length}].
fs.ftp.upload.error=An error occurred while upload file to [${path}][${filename}], stream address is [${stream}].
fs.ftp.mkdir.error=An error occurred while make directory to [${path}].
fs.ftp.download.success=Ftp download successful, file length is [${length}].
fs.ftp.download.empty.in=Ftp download failed, source stream is empty, file path is [${path}][${filename}].
fs.ftp.download.empty.out=Ftp download failed, target stream is empty, file path is [${path}][${filename}].
fs.ftp.download.error=An error occurred while download file from [${path}][${filename}].
fs.ftp.delete.success=Ftp delete file successful, [${path}][${filename}].
fs.ftp.delete.error=An error occurred while delete file from [${path}][${filename}].




© 2015 - 2025 Weber Informatics LLC | Privacy Policy