Is there some reason why you want to use FTP instead of SFTP?
If you want to get rid of spaces the simplest way is use $TRANSLATE SET NoSpaces=$TRANSLATE(line," ")
Certifications & Credly badges:
Rod has no Certifications & Credly badges yet.
Global Masters badges:
Rod has no Global Masters 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