cancel
Showing results for 
Search instead for 
Did you mean: 

How to read the file from cloud server

Former Member
0 Kudos

I have a clound server with  name "ftp:\testserver.com"

username = "testuser"

pwd ="testpwd"

In the server , there is a folder name = "Upload\Upload.csv". Please can  you give a sample code to access the file  on that folder

With Many Thanks

Pol

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Polachan;

  You might like to try this code ...

Topwiz Software - FTPClient

HTH

Regards ... Chris

Former Member
0 Kudos

Thanks Chris

I had tried  already using that program  but still have  the problem, Connect error 6 is coming when I am running the program.  I can access all the files through Internet explorer after giving username and password.But thorugh that program, error is coming

regards

Pol

Former Member
0 Kudos

FYI ... FTP address (url) should be:     ftp://testserver.com

Former Member
0 Kudos

I is working fine. My server address was wrong

Many Thanks

Former Member
0 Kudos

Excellent!  

Answers (0)