roos-fs tasks #484
openSend the dummy file to the designated SFTP server (Reporting and Last oil change data retrieving)
0%
Description
General
Big customer Arval needs to receive the report for the last oil change every day in the night so that they are informed of the actions done from the side of the Roos Fleetservices.
The whole tasks is devided into 3 Parts, this is Part one of the implimentation
Set up a chron job to send the CSV file every night to the designated SFTP server here is some key data>>>
Connection:
host = 'eu-prod-sftp.fs.ridecell.com'
port = 22
username = 'starflightdeambooks-roos'
password = 'bfj*tnb.jnx2yfj5ZKM'
remote_path = '/starflightdeambooks/roos/incoming'
session is after 15s closse, if no communication running.
File name format:
roos_pm_mot_data_03-09-2025
Change only date in format dd-mm-yyyy
Export,
1am-3am
Data in file:
The file always needs to be in csv format. (comma separated)
Please look attachmented.
Files