Skip to content
Snippets Groups Projects
Commit 954889da authored by Francois Ancien's avatar Francois Ancien
Browse files

Correcting ftp host

parent cfca8f3f
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ def main(args=None): ...@@ -20,7 +20,7 @@ def main(args=None):
ftp_path = lines[0] ftp_path = lines[0]
# Getting data from ftp source # Getting data from ftp source
ftp_host = "http://ftp-upload-service/api/ftp/upload" ftp_host = "10.240.6.96"
ftp = FTP(ftp_host) ftp = FTP(ftp_host)
ftp.login(user="ftp_iderha_user", passwd="ftp_iderha_pass") ftp.login(user="ftp_iderha_user", passwd="ftp_iderha_pass")
tmp_path = "tmp_data.json" tmp_path = "tmp_data.json"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment