FTP test Folder date
FTP test Folder date
Hi,
I get files from a folder in a trading partner's FTP server.
I need to check the modified date folder to determine how long time they did not left any file.
How can I test it?
I get files from a folder in a trading partner's FTP server.
I need to check the modified date folder to determine how long time they did not left any file.
How can I test it?
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
As I understand you correctly, you need to monitor if any file in FTP folder has been modified/added/removed?
You may try the following:
1. Setup URL request test with settings like the following:
Service: FTP
Server: <you ftp server>
Port: 21
Path/File: www/data/actual/
Advanced -> FTP: Passive mode
2. Password protected page: specify ftp login/password
3. Enable "Check CRC" option and press "Get CRC" button
4. Enable "Recalculate CRC when page content changes detected"
Whis these settings you may monitor FTP folder changes.
Please note, this scenario may not work on all FTP servers.
You may try the following:
1. Setup URL request test with settings like the following:
Service: FTP
Server: <you ftp server>
Port: 21
Path/File: www/data/actual/
Advanced -> FTP: Passive mode
2. Password protected page: specify ftp login/password
3. Enable "Check CRC" option and press "Get CRC" button
4. Enable "Recalculate CRC when page content changes detected"
Whis these settings you may monitor FTP folder changes.
Please note, this scenario may not work on all FTP servers.
-
- Posts: 60
- Joined: Wed Mar 09, 2016 1:23 am
Not at the moment.
May be we can add some command line utility for External or ShellScript test..
What exactly do you need to check? folder/file modification date?
Note: system changes folder timestamp when new file added or some file removed; system does not change parent folder timestamp when existing file modified.
If you need to scan all files, its better to install agent...
Regards
Alex
May be we can add some command line utility for External or ShellScript test..
What exactly do you need to check? folder/file modification date?
Note: system changes folder timestamp when new file added or some file removed; system does not change parent folder timestamp when existing file modified.
If you need to scan all files, its better to install agent...
Regards
Alex
-
- Posts: 60
- Joined: Wed Mar 09, 2016 1:23 am