cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
559
Views
0
Helpful
2
Replies

FTP Probe

ssieger
Level 1
Level 1

Hi,

can somebodey give me an example of a standard ftp-probe?

Thanks in advance, Stephan

1 Accepted Solution

Accepted Solutions

which platform? ACE/CSM/CSS/LD?

From your previous posts I guess its CSM. On CSM you have two options. If you want authentication then you need to use a CSM script FTP_PROBE_SCRIPT

otherwise you can use ftp type probe.

probe FTP ftp

expect status 220

interval 30

retries 4

probe FTP3 script

script FTP_PROBE_SCRIPT user password 0

interval 3

failed 3

FTP_PROBE_SCRIPT script connects to the ftp server and checks the presence

of a particualr file.

Parameters:

# Filename to look for

# Login name

# User password

# [debug] Optional verbose debug flag.

#

# Example config :

# probe ftpProbe script

# script FTP_PROBE_SCRIPT john Anonymous 0

Syed

View solution in original post

2 Replies 2

which platform? ACE/CSM/CSS/LD?

From your previous posts I guess its CSM. On CSM you have two options. If you want authentication then you need to use a CSM script FTP_PROBE_SCRIPT

otherwise you can use ftp type probe.

probe FTP ftp

expect status 220

interval 30

retries 4

probe FTP3 script

script FTP_PROBE_SCRIPT user password 0

interval 3

failed 3

FTP_PROBE_SCRIPT script connects to the ftp server and checks the presence

of a particualr file.

Parameters:

# Filename to look for

# Login name

# User password

# [debug] Optional verbose debug flag.

#

# Example config :

# probe ftpProbe script

# script FTP_PROBE_SCRIPT john Anonymous 0

Syed

Thanx Syed,

platform is a csm!

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: