blob: 4b42f546c41b42e90cf25bd03146749ae5b779ed [file] [log] [blame]
## ---------------------------------------------------------------------------
## Licensed to the Apache Software Foundation (ASF) under one or more
## contributor license agreements. See the NOTICE file distributed with
## this work for additional information regarding copyright ownership.
## The ASF licenses this file to You under the Apache License, Version 2.0
## (the "License"); you may not use this file except in compliance with
## the License. You may obtain a copy of the License at
##
## http://www.apache.org/licenses/LICENSE-2.0
##
## Unless required by applicable law or agreed to in writing, software
## distributed under the License is distributed on an "AS IS" BASIS,
## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
## See the License for the specific language governing permissions and
## limitations under the License.
## ---------------------------------------------------------------------------
# NOTE: you may need to turn on passive mode via, passiveMode=true
##ftp.client=ftp://changeme-to-ftp-server.com:21/mypath?autoCreate=false&username=bob&password=123
# this example is a local FTP server
ftp.client=ftp://localhost:21?autoCreate=false&username=bob&password=123&passiveMode=true&binary=true\
&resumeDownload=true&localWorkDirectory=target/ftp-work\
&transferLoggingLevel=INFO&transferLoggingIntervalSeconds=1&transferLoggingVerbose=false
# for the server we want to delay 5 seconds between polling the server
# and keep the downloaded file as-is
ftp.server={{ftp.client}}&delay=5000&noop=true