FtpGet session, srcFile$, dstFile$ |
|
This command downloads a file from an open FTP session. You must specify the name of the file to download srcFile$ and the name of the file to save to dstFile$. dstFile$ will be stored relative to the current working directory on your device. All internet connections are subject to interruption at any time so check FtpGetError$(n) and FtpGetReply$(n) after each FTP command you execute. |