×

Loading...

Topic

This topic has been archived. It cannot be replied.
  • 工作学习 / IT技术讨论 / Tough problem: how to remotely configure the user and password of an FTP server
    I have an FTP server. I want to manage the user and password of the FTP from my another remote PC.
    Can we use the command line to configure? Thanks in advance.
    • Depends on what OS you are using. If you are using unix, you can use ssh. If you are using windows and have to configure it through GUI, then you can use things like pcanywhere or terminal server.
      • Thank you, dennis2. My FTP server is based on OS2. The remote client is windows PC. If no command line works, where can the FTP API functions be found?
    • My question is that how we modify the FTP server configuration at OS2 without using GUI. Hope to get senior developer's help.
    • I can not understand what you want very clear. On the client side, you can use: ftp://username:passwd@fpt.servername.com/. why not use telnet to login, then config something.
      can not understand what you want very clear. On the client side, you can use: ftp://username:passwd@fpt.servername.com/. What is your mean configure. Do you have root passwd, I mean why not use telnet to login, then config something.
      • Oh, I intend to write a program to manage the user name and password FTP server, TFTP server, telnet server at remote PC. These servers are running on OS2. In other way, I wonder if we can get the configuration file.