Connetion to FTP Server

Hello,

I’m trying to connect to my ftp server by using Open FTP Session,
But l always have this error when i test the connection,
uipath

do you have an idea about this issue?

Thanks in advance,

Hi @Syllabus

Welcome back! :slight_smile:

Please check out this sample FTP project:

It might give you some clues.

Hi @loginerror

I’ m using the UiPath 19.7,
However my last uipath.ftp version is: 1.0.6479.13206 and i till have the same error
uipath

Hi @Syllabus

Could you try opening my project from project.json? It should load the latest 1.0.7053.27728 for you. If it does, then the workaround for your project would be to replace the version number of the package in your project.json file and re-opening the project.
image

I am currently not sure why this package version does not show in the Official feed. Let me investigate a little.

Hi @loginerror

l tried the process as you described without success.
Now i’am trying to use your project and juste replace your server by my server,
But the problem is i’am using a SFTP with key file login and when i try to execute my code i have this error
error
Here is my project base on your project
SFTPTest.zip (90.6 KB)
can you tell me if the configuration is correct or not,

Many thanks in advance,

1 Like

Hi @Syllabus

Sorry for such a long delay. Could you try re-opening my project now?
It should download the package now :slight_smile:

1 Like

Hi @loginerror

Now I can download the package.
However the connection with SFTP key file didn’t work,
i still have the same error,
Can you please tell me if my config is correct?

Many thanks in advance,