Intel® DevCloud
Help for those needing help starting or connecting to the Intel® DevCloud
1638 Discussions

I cannot adjust WinSCP for files exchange

YNS
Beginner
782 Views

Hi,

I was successfully connected to DevCloud through Cygwin (under win10)

But I cannot adjust WinSCP for an exchange of files with my source code and results of calculation

Whether it is possible to help with adjustment WinSCP?

Thanks,

YNS

0 Kudos
3 Replies
JananiC_Intel
Moderator
768 Views

Hi,


Thanks for posting in Intel forums.


In cygwin you can use scp command, which is a very simple method to transfer files.

Just give the below command to transfer files

1)To Desktop

scp devcloud:/home/u*****/<directory or file> /home/<user>

2)To Devcloud

scp -r /home/<user>/<directory or file> devcloud:/home/u*****


Also you can directly download the files from jupyterlab.But WinSCP with Cygwin might not be possible.


Regards,

Janani Chandran


YNS
Beginner
761 Views

Hi, Janani Chandran.

It is all works,

thanks you very much!

 

Regards,

YNS

0 Kudos
JananiC_Intel
Moderator
730 Views

Hi,


Thanks for the confirmation .If you need any additional information, please submit a new question as this thread will no longer be monitored.


Regards,

Janani Chandran


0 Kudos
Reply