File Tansfer Protocols in VC#
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I have a telnet server that runs scripts. I have a command called files_download "path\filename.zip" All this does is send a file from the telnet server to the terminal program. I'm trying to use fdsz and gsz File Transfer protocols to send these files. When I run it. The fdsz or gsz starts. I keep getting port not detected. Well I even tried fdsz port 23 sz %1 and I still get the same error Can some one tell me what I'm doing wrong and how to fix this. Thanks Joe