Is there a way to copy save files to the IFS or a windows/Unix folder? #1360
-
Does the tool have a option to copy SAVF's to or from a folder? I am looking for a way other than to use FTP. TIA, Darryl Freinkel. |
Beta Was this translation helpful? Give feedback.
Answered by
chrjorgensen
Jun 9, 2023
Replies: 3 comments 1 reply
-
@a4ginatl You can use the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
sebjulliand
-
Thank you. That worked.
Darryl Freinkel
A4G
Telephone: 770.321.8562 Mobile: 678.355.8562
From: Christian Jorgensen ***@***.***>
Sent: Friday, June 9, 2023 11:47 AM
To: halcyon-tech/vscode-ibmi ***@***.***>
Cc: a4ginatl ***@***.***>; Mention ***@***.***>
Subject: Re: [halcyon-tech/vscode-ibmi] Is there a way to copy save files to the IFS or a windows/Unix folder? (Discussion #1360)
@a4ginatl <https://github.com/a4ginatl> You can use the scp (copy over SSH) or sftp (FTP over SSH) commands - they're included with most SSH programs, including Putty <https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html> .
—
Reply to this email directly, view it on GitHub <https://github.com/orgs/halcyon-tech/discussions/1360#discussioncomment-6134456> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/A4EMVL2ZJPR3BZGCA774D5LXKNAOTANCNFSM6AAAAAAZAZLFEY> .
You are receiving this because you were mentioned. <https://github.com/notifications/beacon/A4EMVL55N5VKW3Q4DAG6WY3XKNAOTA5CNFSM6AAAAAAZAZLFE2WGG33NNVSW45C7OR4XAZNRIRUXGY3VONZWS33OINXW23LFNZ2KUY3PNVWWK3TUL5UWJTQALWNLQ.gif> Message ID: ***@***.*** ***@***.***> >
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you.
Darryl Freinkel
A4G
Telephone: 770.321.8562 Mobile: 678.355.8562
From: Sébastien Julliand ***@***.***>
Sent: Friday, June 9, 2023 11:51 AM
To: halcyon-tech/vscode-ibmi ***@***.***>
Cc: a4ginatl ***@***.***>; Mention ***@***.***>
Subject: Re: [halcyon-tech/vscode-ibmi] Is there a way to copy save files to the IFS or a windows/Unix folder? (Discussion #1360)
Once this extension will be published https://github.com/halcyon-tech/vscode-ibmi-fs (soon...), there will be actions to download and upload SAVF from/to libraries, too.
—
Reply to this email directly, view it on GitHub <https://github.com/orgs/halcyon-tech/discussions/1360#discussioncomment-6134487> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/A4EMVL6V2SO7GEJ7RYXL74LXKNA43ANCNFSM6AAAAAAZAZLFEY> .
You are receiving this because you were mentioned. <https://github.com/notifications/beacon/A4EMVLZFCD2FQ7NIT3UU3B3XKNA43A5CNFSM6AAAAAAZAZLFE2WGG33NNVSW45C7OR4XAZNRIRUXGY3VONZWS33OINXW23LFNZ2KUY3PNVWWK3TUL5UWJTQALWNNO.gif> Message ID: ***@***.*** ***@***.***> >
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@a4ginatl You can use the
scp
(copy over SSH) orsftp
(FTP over SSH) commands - they're included with most SSH programs, including Putty.