- Log in to post comments
User bio
404 bio not found
Member since Mar 28, 2018
Posts:
Rod has not published any posts yet.
Replies:
Is there some reason why you want to use FTP instead of SFTP?
- Log in to post comments
If you want to get rid of spaces the simplest way is use $TRANSLATE
SET NoSpaces=$TRANSLATE(line," ")
- Log in to post comments
Certifications & Credly badges:
Rod has no Certifications & Credly badges yet.
Followers:
Rod has no followers yet.
Following:
Rod has not followed anybody yet.
In that case you'll want to use %Net.SSH.Session to connect to the site and once signed in use the OpenSFTP method to open a SFTP session to be able to make %Net.SSH.SFTP calls, in particular the Put or PutStream method