Intel® DevCloud
Help for those needing help starting or connecting to the Intel® DevCloud
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
1353 Discussions

I cannot adjust WinSCP for files exchange

YNS
Beginner
508 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
494 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
487 Views

Hi, Janani Chandran.

It is all works,

thanks you very much!

 

Regards,

YNS

JananiC_Intel
Moderator
456 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


Reply